diff options
Diffstat (limited to '3rdparty')
-rw-r--r-- | 3rdparty/imgui/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/imgui/CMakeLists.txt b/3rdparty/imgui/CMakeLists.txt index bf09c56..3f55c75 100644 --- a/3rdparty/imgui/CMakeLists.txt +++ b/3rdparty/imgui/CMakeLists.txt @@ -4,7 +4,7 @@ file(GLOB IMGUI_SOURCES *.cpp) # depending on build flags. Technically it is possible to write then here too, but doing so would require repeating # the build flags twice both in here and in core/CMakeLists.txt -add_library(imgui ${IMGUI_SOURCES}) +add_library(imgui ${IMGUI_SOURCES} ../../core/src/Model/Template/TableTemplateIterator.hpp) set_target_properties(imgui PROPERTIES UNITY_BUILD OFF) target_include_directories(imgui PRIVATE |