aboutsummaryrefslogtreecommitdiff
path: root/3rdparty/imgui/CMakeLists.txt
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2022-06-27 18:12:27 -0700
committerrtk0c <[email protected]>2022-06-27 18:12:27 -0700
commitfad6a88a13ab1f888ab25ad0aae19c1d63aa0623 (patch)
treee01691fb209c8d0c153407b31067df6166588565 /3rdparty/imgui/CMakeLists.txt
parent57cf43ce090d1053c7dc82daf2e39e735ab7f270 (diff)
Convert CMakeLists.txt to use globs
Diffstat (limited to '3rdparty/imgui/CMakeLists.txt')
-rw-r--r--3rdparty/imgui/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/3rdparty/imgui/CMakeLists.txt b/3rdparty/imgui/CMakeLists.txt
index 3f55c75..c0910d3 100644
--- a/3rdparty/imgui/CMakeLists.txt
+++ b/3rdparty/imgui/CMakeLists.txt
@@ -10,3 +10,8 @@ target_include_directories(imgui
PRIVATE
${CMAKE_SOURCE_DIR}/3rdparty/imgui
)
+
+set_target_properties(imgui
+PROPERTIES
+ UNITY_BUILD OFF
+)