Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
weshoke committed Aug 18, 2024
1 parent 0877a46 commit 3920a48
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion deps/imgui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,16 @@ endif()

if("${POLYSCOPE_BACKEND_OPENGL3_GLFW}")

set(SRCS imgui/imgui.cpp imgui/imgui_draw.cpp imgui/imgui_tables.cpp imgui/imgui_widgets.cpp imgui/imgui_demo.cpp imgui/backends/imgui_impl_glfw.cpp imgui/backends/imgui_impl_opengl3.cpp)
set(SRCS
imgui/imgui.cpp
imgui/imgui_draw.cpp
imgui/imgui_tables.cpp
imgui/imgui_widgets.cpp
imgui/imgui_demo.cpp
imgui/backends/imgui_impl_glfw.cpp
imgui/backends/imgui_impl_opengl3.cpp
imgui/misc/cpp/imgui_stdlib.cpp
)

add_library(
imgui
Expand Down

0 comments on commit 3920a48

Please sign in to comment.