diff --git a/deps/imgui/CMakeLists.txt b/deps/imgui/CMakeLists.txt index 9d46cf217..f5a1aac96 100644 --- a/deps/imgui/CMakeLists.txt +++ b/deps/imgui/CMakeLists.txt @@ -1,5 +1,5 @@ add_library( - imgui-glfw + imgui-glfw OBJECT src/imgui_impl_glfw.cpp src/imgui_impl_opengl3.cpp )