Skip to content

Commit 7902f50

Browse files
committed
fixup
1 parent 8d5d857 commit 7902f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/application/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ set(imgui_components)
2222
if (WIN32)
2323
list(APPEND imgui_components win32 dx11)
2424
target_link_libraries(application PRIVATE imgui::win32 imgui::dx11)
25-
#else()
25+
else()
2626
find_package(glfw REQUIRED)
2727
list(APPEND imgui_components glfw opengl3)
2828
target_link_libraries(application PRIVATE imgui::glfw imgui::opengl3)

0 commit comments

Comments
 (0)