Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
Add RUNTIME DESTINATION
Browse files Browse the repository at this point in the history
  • Loading branch information
Xerbo committed Sep 10, 2022
1 parent 354ed1c commit 8afd754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8afd754

Please sign in to comment.