mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2024-12-05 00:38:00 +01:00
cmake: install the app icon into /usr/share/pixmaps as well
This commit is contained in:
parent
521ea828f8
commit
036cc00332
1 changed files with 1 additions and 0 deletions
|
@ -8,5 +8,6 @@ if(UNIX AND NOT APPLE AND NOT EMSCRIPTEN)
|
||||||
if(EXISTS ${LIBSUPERDERPY_GAMENAME}.svg)
|
if(EXISTS ${LIBSUPERDERPY_GAMENAME}.svg)
|
||||||
install(FILES ${LIBSUPERDERPY_GAMENAME}.svg DESTINATION ${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/scalable/apps)
|
install(FILES ${LIBSUPERDERPY_GAMENAME}.svg DESTINATION ${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/scalable/apps)
|
||||||
endif(EXISTS ${LIBSUPERDERPY_GAMENAME}.svg)
|
endif(EXISTS ${LIBSUPERDERPY_GAMENAME}.svg)
|
||||||
|
install(FILES ${LIBSUPERDERPY_GAMENAME}.png DESTINATION ${CMAKE_INSTALL_PREFIX}/share/pixmaps)
|
||||||
endif(UNIX AND NOT APPLE AND NOT EMSCRIPTEN)
|
endif(UNIX AND NOT APPLE AND NOT EMSCRIPTEN)
|
||||||
install(FILES ${LIBSUPERDERPY_GAMENAME}.png DESTINATION ${DATADIR}/icons)
|
install(FILES ${LIBSUPERDERPY_GAMENAME}.png DESTINATION ${DATADIR}/icons)
|
||||||
|
|
Loading…
Reference in a new issue