Add the high contrast icons to cmake for installation.

Fixes #5685
This commit is contained in:
Pentarctagon 2021-04-07 17:10:45 -05:00
parent 01695acfe0
commit c1fad387c1
No known key found for this signature in database
GPG key ID: 9456BC54A21DBFA0

View file

@ -593,7 +593,7 @@ endif(ENABLE_CAMPAIGN_SERVER AND NOT ENABLE_GAME)
#
if(ENABLE_DESKTOP_ENTRY AND ENABLE_GAME)
install(FILES packaging/org.wesnoth.Wesnoth.desktop DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/applications )
install(DIRECTORY packaging/icons/hicolor DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/icons )
install(DIRECTORY packaging/icons/hicolor packaging/icons/HighContrast DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/icons )
endif(ENABLE_DESKTOP_ENTRY AND ENABLE_GAME)
if(ENABLE_APPDATA_FILE AND ENABLE_GAME)