summaryrefslogtreecommitdiffhomepage
path: root/editor
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-11-07 06:35:29 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-11-07 06:35:29 +0100
commitfd9a69fcd6616b0bedbd1b30339b37becd21ba36 (patch)
tree542005d15c87c8ab9d30562b34fe093c7f266131 /editor
parent9045f8cb38893d1bc75275e2773052f8e75af5c7 (diff)
cmake cruft
Diffstat (limited to 'editor')
-rw-r--r--editor/CMakeLists.txt2
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)