[imgui] Add missing CMakeLists.txt
This commit is contained in:
parent
428a47bab8
commit
4b6b069bf1
13
deps/imgui/CMakeLists.txt
vendored
Normal file
13
deps/imgui/CMakeLists.txt
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
|
||||
set(CMAKE_CXX_FLAGS "-Wno-everything")
|
||||
|
||||
add_library(
|
||||
imgui OBJECT
|
||||
imgui.cpp
|
||||
imgui_demo.cpp
|
||||
imgui_draw.cpp
|
||||
imgui_tables.cpp
|
||||
imgui_widgets.cpp
|
||||
backends/imgui_impl_glfw.cpp
|
||||
backends/imgui_impl_opengl3.cpp
|
||||
)
|
Loading…
Reference in New Issue
Block a user