summaryrefslogtreecommitdiffhomepage
path: root/editor
diff options
context:
space:
mode:
Diffstat (limited to 'editor')
-rw-r--r--editor/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/editor/CMakeLists.txt b/editor/CMakeLists.txt
index 40c7016f..74da3536 100644
--- a/editor/CMakeLists.txt
+++ b/editor/CMakeLists.txt
@@ -31,5 +31,4 @@ if (FLOORMAT_ASAN)
endif()
target_link_libraries(${self} PRIVATE ${self}_o floormat-main floormat-serialize floormat-draw floormat)
-install(TARGETS ${self} RUNTIME DESTINATION bin)
-fm_add_debug_info(${self})
+fm_add_install_executable(${self})