diff --git a/cmake/platforms/unix.cmake b/cmake/platforms/unix.cmake index df95144..49a1b1f 100644 --- a/cmake/platforms/unix.cmake +++ b/cmake/platforms/unix.cmake @@ -58,6 +58,8 @@ function(get_platform_puzzle_extra_source_files OUTVAR NAME) endfunction() function(set_platform_puzzle_target_properties NAME TARGET) + set_target_properties(${TARGET} PROPERTIES + OUTPUT_NAME ${NAME_PREFIX}${NAME}) install(TARGETS ${TARGET}) endfunction()