aboutsummaryrefslogtreecommitdiff
path: root/3rdparty
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2022-04-09 13:29:41 -0700
committerrtk0c <[email protected]>2022-04-09 13:29:41 -0700
commita849c199d970e153580c312a24cfdfa099bc7b69 (patch)
tree1b5faa8d40953ee451103b94349bb84c738677ee /3rdparty
parente7ef3f208c109357538b1f68af10bcd78db95c95 (diff)
Changeset: 4 More work on editor
Diffstat (limited to '3rdparty')
-rw-r--r--3rdparty/imguicolortextedit/CMakeLists.txt12
-rw-r--r--3rdparty/imguicolortextedit/source0
2 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
+)
diff --git a/3rdparty/imguicolortextedit/source b/3rdparty/imguicolortextedit/source
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/3rdparty/imguicolortextedit/source