diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 000000000..8f299f7e2 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,6 @@ +file(GLOB IMGUI_SRC "*.cpp") + +add_library(imgui STATIC ${IMGUI_SRC}) + +target_include_directories(imgui PUBLIC $ + $)