summaryrefslogtreecommitdiff
path: root/3rdparty/imgui-node-editor/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/imgui-node-editor/CMakeLists.txt')
-rw-r--r--3rdparty/imgui-node-editor/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/3rdparty/imgui-node-editor/CMakeLists.txt b/3rdparty/imgui-node-editor/CMakeLists.txt
index 47199dc..614b7e9 100644
--- a/3rdparty/imgui-node-editor/CMakeLists.txt
+++ b/3rdparty/imgui-node-editor/CMakeLists.txt
@@ -6,3 +6,8 @@ target_include_directories(imgui-node-editor PRIVATE
${CMAKE_SOURCE_DIR}/3rdparty/imgui-node-editor
${CMAKE_SOURCE_DIR}/3rdparty/imgui
)
+
+set_target_properties(imgui-node-editor
+PROPERTIES
+ UNITY_BUILD OFF
+)