sdgui: create and install a program icon

This commit is contained in:
2021-10-27 07:45:43 +02:00
parent 451859e976
commit c75de30765
4 changed files with 59 additions and 0 deletions

View File

@@ -229,6 +229,8 @@ if (NOT WIN32)
if (WITH_GUI)
install (TARGETS sdgui DESTINATION ${CMAKE_INSTALL_BINDIR})
install (FILES sdgui.svg
DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps)
install (FILES sdgui.desktop
DESTINATION ${CMAKE_INSTALL_DATADIR}/applications)
install (FILES sdgui.xml