From fad6a88a13ab1f888ab25ad0aae19c1d63aa0623 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Mon, 27 Jun 2022 18:12:27 -0700 Subject: Convert CMakeLists.txt to use globs --- 3rdparty/imgui-node-editor/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to '3rdparty/imgui-node-editor/CMakeLists.txt') 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 +) -- cgit v1.2.3-70-g09d2