aboutsummaryrefslogtreecommitdiff
path: root/3rdparty/imguicolortextedit/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/imguicolortextedit/CMakeLists.txt')
-rw-r--r--3rdparty/imguicolortextedit/CMakeLists.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/3rdparty/imguicolortextedit/CMakeLists.txt b/3rdparty/imguicolortextedit/CMakeLists.txt
new file mode 100644
index 0000000..f776171
--- /dev/null
+++ b/3rdparty/imguicolortextedit/CMakeLists.txt
@@ -0,0 +1,12 @@
+add_library(ImGuiColorTextEdit
+ source/TextEditor.cpp
+)
+target_include_directories(ImGuiColorTextEdit PUBLIC
+ ${CMAKE_SOURCE_DIR}/3rdparty/imgui/source
+ ${CMAKE_CURRENT_LIST_DIR}/source
+)
+
+set_target_properties(ImGuiColorTextEdit
+PROPERTIES
+ UNITY_BUILD OFF
+)