[imgui] Make imgui-glfw an object library

This commit is contained in:
Gary Talent 2021-10-30 16:55:50 -05:00
parent 708d7382d8
commit a3dd2b59cc

View File

@ -1,5 +1,5 @@
add_library(
imgui-glfw
imgui-glfw OBJECT
src/imgui_impl_glfw.cpp
src/imgui_impl_opengl3.cpp
)