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 --- bench/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bench') diff --git a/bench/CMakeLists.txt b/bench/CMakeLists.txt index 26afb999..bd4a7d3d 100644 --- a/bench/CMakeLists.txt +++ b/bench/CMakeLists.txt @@ -21,5 +21,4 @@ else() endif() target_link_libraries(${self} PUBLIC ${self}_o 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