adds installation of musredit as a unix app

This commit is contained in:
2026-03-13 15:20:31 +01:00
committed by Andreas Suter
parent d1d2c99bab
commit cfec8cefb7
9 changed files with 63 additions and 1 deletions
+16
View File
@@ -133,6 +133,22 @@ else (APPLE)
)
endif (APPLE)
# --- Linux App installation ----
if (UNIX AND NOT APPLE)
install(
FILES
${CMAKE_SOURCE_DIR}/cmake/musredit.desktop
DESTINATION
share/applications
)
install(
FILES
${CMAKE_CURRENT_SOURCE_DIR}/icons/musredit.png
DESTINATION
share/icons/hicolor/48x48/apps
)
endif (UNIX AND NOT APPLE)
#--- documentation installation info ------------------------------------------
install(
DIRECTORY
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

+16
View File
@@ -133,6 +133,22 @@ else (APPLE)
)
endif (APPLE)
# --- Linux App installation ----
if (UNIX AND NOT APPLE)
install(
FILES
${CMAKE_SOURCE_DIR}/cmake/musredit.desktop
DESTINATION
share/applications
)
install(
FILES
${CMAKE_CURRENT_SOURCE_DIR}/icons/musredit.png
DESTINATION
share/icons/hicolor/48x48/apps
)
endif (UNIX AND NOT APPLE)
#--- documentation installation info ------------------------------------------
install(
DIRECTORY
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB