aboutsummaryrefslogtreecommitdiff
path: root/3rdparty/implot/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/implot/CMakeLists.txt
parent57cf43ce090d1053c7dc82daf2e39e735ab7f270 (diff)
Convert CMakeLists.txt to use globs
Diffstat (limited to '3rdparty/implot/CMakeLists.txt')
-rw-r--r--3rdparty/implot/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/3rdparty/implot/CMakeLists.txt b/3rdparty/implot/CMakeLists.txt
index 4fae8f2..ee02f6a 100644
--- a/3rdparty/implot/CMakeLists.txt
+++ b/3rdparty/implot/CMakeLists.txt
@@ -6,3 +6,8 @@ target_include_directories(implot PRIVATE
${CMAKE_SOURCE_DIR}/3rdparty/implot
${CMAKE_SOURCE_DIR}/3rdparty/imgui
)
+
+set_target_properties(implot
+PROPERTIES
+ UNITY_BUILD OFF
+)