From 07ae849c48de49b2644e78fa02fda63275104164 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 17 Oct 2023 00:12:27 +0200 Subject: cmake: fix constantly relinking --- editor/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'editor') 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}) -- cgit v1.2.3