diff options
Diffstat (limited to '3rdparty/implot')
-rw-r--r-- | 3rdparty/implot/CMakeLists.txt | 5 |
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 +) |