From fad6a88a13ab1f888ab25ad0aae19c1d63aa0623 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Mon, 27 Jun 2022 18:12:27 -0700 Subject: Convert CMakeLists.txt to use globs --- 3rdparty/imgui/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to '3rdparty/imgui/CMakeLists.txt') 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 +) -- cgit v1.2.3-70-g09d2