mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2023-12-30 21:52:56 +00:00
parent
e81c6c9d37
commit
0dc6006937
@ -219,7 +219,8 @@ if(WIN32)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(UNIX AND NOT APPLE)
|
if(UNIX AND NOT APPLE)
|
||||||
install(TARGETS "${PROJECT_NAME}" RUNTIME)
|
include(GNUInstallDirs)
|
||||||
|
install(TARGETS "${PROJECT_NAME}" RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}")
|
||||||
install(FILES "${PROJECT_NAME}.desktop" DESTINATION "share/applications")
|
install(FILES "${PROJECT_NAME}.desktop" DESTINATION "share/applications")
|
||||||
install(FILES "${PROJECT_NAME}/Icon_16x16.png" DESTINATION
|
install(FILES "${PROJECT_NAME}/Icon_16x16.png" DESTINATION
|
||||||
"share/icons/hicolor/16x16/apps" RENAME "${PROJECT_NAME}.png")
|
"share/icons/hicolor/16x16/apps" RENAME "${PROJECT_NAME}.png")
|
||||||
|
Loading…
Reference in New Issue
Block a user