From 442d2d75d71bbc057e667edc301a79fa1cc813be Mon Sep 17 00:00:00 2001 From: rtk0c Date: Sat, 27 Mar 2021 23:01:07 -0700 Subject: Initial setup --- 3rdparty/imgui/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 3rdparty/imgui/CMakeLists.txt (limited to '3rdparty/imgui/CMakeLists.txt') diff --git a/3rdparty/imgui/CMakeLists.txt b/3rdparty/imgui/CMakeLists.txt new file mode 100644 index 0000000..191f1ea --- /dev/null +++ b/3rdparty/imgui/CMakeLists.txt @@ -0,0 +1,2 @@ +file(GLOB_RECURSE IMGUI_SOURCES ${CMAKE_CURRENT_LIST_DIR}/*.cpp) +add_library(imgui IMGUI_SOURCES) -- cgit v1.2.3-70-g09d2