Use GNUInstallDirs for installation paths

This commit is contained in:
Dan Church
2022-10-11 13:44:04 -05:00
parent 07cf8c5668
commit 81388eedaa
5 changed files with 8 additions and 9 deletions

View File

@ -36,5 +36,5 @@ if(USE_DISCORD_PRESENCE)
endif()
set(CPACK_PACKAGE_EXECUTABLES ${CPACK_PACKAGE_EXECUTABLES} dolphin-nogui)
install(TARGETS dolphin-nogui RUNTIME DESTINATION ${bindir})
install(TARGETS dolphin-nogui RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})