From a3dd2b59ccd41d199f23b4d68d952a3abb39b457 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sat, 30 Oct 2021 16:55:50 -0500 Subject: [PATCH] [imgui] Make imgui-glfw an object library --- deps/imgui/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/imgui/CMakeLists.txt b/deps/imgui/CMakeLists.txt index 9d46cf21..f5a1aac9 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 )