We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92adab6 commit 9a10a98Copy full SHA for 9a10a98
1 file changed
attachments/openxr_engine/CMakeLists.txt
@@ -151,6 +151,8 @@ set(SOURCES_COMMON
151
${SIMPLE_ENGINE_DIR}/imgui_system.cpp
152
${SIMPLE_ENGINE_DIR}/imgui/imgui.cpp
153
${SIMPLE_ENGINE_DIR}/imgui/imgui_draw.cpp
154
+ ${SIMPLE_ENGINE_DIR}/imgui/imgui_tables.cpp
155
+ ${SIMPLE_ENGINE_DIR}/imgui/imgui_widgets.cpp
156
${SIMPLE_ENGINE_DIR}/vulkan_device.cpp
157
${SIMPLE_ENGINE_DIR}/pipeline.cpp
158
${SIMPLE_ENGINE_DIR}/descriptor_manager.cpp
0 commit comments