diff options
Diffstat (limited to '3rdparty/imgui')
-rw-r--r-- | 3rdparty/imgui/CMakeLists.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/3rdparty/imgui/CMakeLists.txt b/3rdparty/imgui/CMakeLists.txt index c0910d3..4bdfe9c 100644 --- a/3rdparty/imgui/CMakeLists.txt +++ b/3rdparty/imgui/CMakeLists.txt @@ -5,10 +5,9 @@ file(GLOB IMGUI_SOURCES *.cpp) # the build flags twice both in here and in core/CMakeLists.txt add_library(imgui ${IMGUI_SOURCES} ../../core/src/Model/Template/TableTemplateIterator.hpp) -set_target_properties(imgui PROPERTIES UNITY_BUILD OFF) target_include_directories(imgui -PRIVATE - ${CMAKE_SOURCE_DIR}/3rdparty/imgui +PUBLIC + ${CMAKE_CURRENT_LIST_DIR} ) set_target_properties(imgui |