diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-13 11:44:08 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-13 11:44:08 +0200 |
commit | 35c4bdbf30ba05102e7dcc04a1be17816cca9fe1 (patch) | |
tree | 3c7c0f2b9eafe2029527f72b9bb8e974109b3965 /bench | |
parent | 27e7225a5ff8ad9185ed36168d4e42d7be792e68 (diff) |
cmake
Diffstat (limited to 'bench')
-rw-r--r-- | bench/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bench/CMakeLists.txt b/bench/CMakeLists.txt index ecce9dee..26afb999 100644 --- a/bench/CMakeLists.txt +++ b/bench/CMakeLists.txt @@ -22,3 +22,4 @@ endif() target_link_libraries(${self} PUBLIC ${self}_o floormat-serialize floormat-draw floormat) install(TARGETS ${self} RUNTIME DESTINATION bin) +fm_add_debug_info(${self}) |