diff options
Diffstat (limited to 'bench')
| -rw-r--r-- | bench/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
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}) |
