summaryrefslogtreecommitdiff
path: root/3rdparty/imgui/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/imgui/CMakeLists.txt')
-rw-r--r--3rdparty/imgui/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/3rdparty/imgui/CMakeLists.txt b/3rdparty/imgui/CMakeLists.txt
index de80f9a..bf09c56 100644
--- a/3rdparty/imgui/CMakeLists.txt
+++ b/3rdparty/imgui/CMakeLists.txt
@@ -5,6 +5,7 @@ file(GLOB IMGUI_SOURCES *.cpp)
# the build flags twice both in here and in core/CMakeLists.txt
add_library(imgui ${IMGUI_SOURCES})
+set_target_properties(imgui PROPERTIES UNITY_BUILD OFF)
target_include_directories(imgui
PRIVATE
${CMAKE_SOURCE_DIR}/3rdparty/imgui