diff options
author | rtk0c <[email protected]> | 2022-06-27 18:12:27 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2022-06-27 18:12:27 -0700 |
commit | fad6a88a13ab1f888ab25ad0aae19c1d63aa0623 (patch) | |
tree | e01691fb209c8d0c153407b31067df6166588565 /3rdparty/imgui | |
parent | 57cf43ce090d1053c7dc82daf2e39e735ab7f270 (diff) |
Convert CMakeLists.txt to use globs
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 +) |