diff options
author | rtk0c <[email protected]> | 2021-06-28 21:53:17 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2021-06-28 21:53:17 -0700 |
commit | df1a386b067a62c879b48b1eeca50b2982b4f92d (patch) | |
tree | 4213511f7f74779ea1e80abc030cb1272e3b9dee /3rdparty/imgui/CMakeLists.txt | |
parent | 43cd2bd879d529fcbd0a0f64eccd4ce1eb872ab4 (diff) |
Add table content list, cell status indicator
Diffstat (limited to '3rdparty/imgui/CMakeLists.txt')
-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 |