From d5fc708da35aa1ef2dd5b8ff314bc28c6e3d6519 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 16 Oct 2023 07:10:38 +0200 Subject: oops --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index b8c54a48..f565e959 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -229,8 +229,9 @@ function(fm_add_debug_info self) BYPRODUCTS "${exe}.debug" WORKING_DIRECTORY "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}" ) - install(FILES "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${self}.exe.debug" DESTINATION bin) + install(FILES "${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${exe}.debug" DESTINATION bin) endif() + endfunction() add_subdirectory(src) -- cgit v1.2.3