diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-07 06:35:29 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-07 06:35:29 +0100 |
commit | fd9a69fcd6616b0bedbd1b30339b37becd21ba36 (patch) | |
tree | 542005d15c87c8ab9d30562b34fe093c7f266131 /editor | |
parent | 9045f8cb38893d1bc75275e2773052f8e75af5c7 (diff) |
cmake cruft
Diffstat (limited to 'editor')
-rw-r--r-- | editor/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/CMakeLists.txt b/editor/CMakeLists.txt index 8e96f92b..0ce1773a 100644 --- a/editor/CMakeLists.txt +++ b/editor/CMakeLists.txt @@ -9,6 +9,8 @@ else() set_property(SOURCE "${res}" APPEND PROPERTY COMPILE_OPTIONS "-w") endif() +link_libraries(MagnumIntegration::ImGui) + add_executable(${self} "${sources}" "${res}" "../loader/loader-impl.cpp") target_link_libraries(${self} ${PROJECT_NAME}-main) |