From a849c199d970e153580c312a24cfdfa099bc7b69 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Sat, 9 Apr 2022 13:29:41 -0700 Subject: Changeset: 4 More work on editor --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index c2f7527..6096166 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,6 +9,7 @@ add_subdirectory(3rdparty/glfw) add_subdirectory(3rdparty/glm) add_subdirectory(3rdparty/imgui) add_subdirectory(3rdparty/imguizmo) +add_subdirectory(3rdparty/imguicolortextedit) add_executable(${PROJECT_NAME} # add_executable requires at least one source file @@ -49,4 +50,5 @@ PRIVATE glm::glm imgui ImGuizmo + ImGuiColorTextEdit ) -- cgit v1.2.3-70-g09d2