diff options
author | rtk0c <[email protected]> | 2022-06-30 21:38:53 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2022-06-30 21:38:53 -0700 |
commit | 7fe47a9d5b1727a61dc724523b530762f6d6ba19 (patch) | |
tree | e95be6e66db504ed06d00b72c579565bab873277 /3rdparty/imgui | |
parent | 2cf952088d375ac8b2f45b144462af0953436cff (diff) |
Restructure project
Diffstat (limited to '3rdparty/imgui')
-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 4bdfe9c..a491ca0 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} ../../core/src/Model/Template/TableTemplateIterator.hpp) +add_library(imgui ${IMGUI_SOURCES}) target_include_directories(imgui PUBLIC ${CMAKE_CURRENT_LIST_DIR} |