From 35c4bdbf30ba05102e7dcc04a1be17816cca9fe1 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 13 Oct 2023 11:44:08 +0200 Subject: cmake --- test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index f8048278..ab11d536 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -19,6 +19,7 @@ if (FLOORMAT_ASAN) endif() install(TARGETS ${self} RUNTIME DESTINATION bin) +fm_add_debug_info(${self}) set(save-dir "${CMAKE_BINARY_DIR}/test/save") file(REMOVE_RECURSE "${save-dir}") -- cgit v1.2.3