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