diff --git a/CMakeLists.txt b/CMakeLists.txt index 75008cf..2e8de03 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,7 +58,7 @@ endif() target_compile_definitions(LeanHRPT-Decode PRIVATE "VERSION=\"${VERSION}\"") # Binaries -install(TARGETS LeanHRPT-Decode) +install(TARGETS LeanHRPT-Decode RUNTIME DESTINATION bin) # Desktop file and icon install(FILES ${CMAKE_SOURCE_DIR}/LeanHRPT-Decode.desktop DESTINATION share/applications) install(FILES ${CMAKE_SOURCE_DIR}/logo128.png DESTINATION share/icons/hicolor/128x128/apps RENAME LeanHRPT-Decode.png)