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 1a3e474 commit e6d0d0aCopy full SHA for e6d0d0a
Imgui/CMakeLists.txt
@@ -19,7 +19,7 @@ set(INTERFACE
19
interface/ImGuiUtils.hpp
20
)
21
22
-if(NOT DILIGENT_DEAR_IMGUI_NO_IMPL)
+if(EXISTS "${DILIGENT_DEAR_IMGUI_PATH}/backends")
23
list(APPEND SOURCE src/ImGuiImplSDL.cpp)
24
list(APPEND INTERFACE interface/ImGuiImplSDL.hpp)
25
if(PLATFORM_WIN32)
0 commit comments