Skip to content

Commit e6d0d0a

Browse files
authored
Add proposed change
1 parent 1a3e474 commit e6d0d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Imgui/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ set(INTERFACE
1919
interface/ImGuiUtils.hpp
2020
)
2121

22-
if(NOT DILIGENT_DEAR_IMGUI_NO_IMPL)
22+
if(EXISTS "${DILIGENT_DEAR_IMGUI_PATH}/backends")
2323
list(APPEND SOURCE src/ImGuiImplSDL.cpp)
2424
list(APPEND INTERFACE interface/ImGuiImplSDL.hpp)
2525
if(PLATFORM_WIN32)

0 commit comments

Comments
 (0)