share/hedgewars/Data/Themes/CrazyMission/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Thu, 22 Mar 2018 16:52:04 +0100
changeset 13267 48b23e6f26d9
parent 2602 3deb9ff104da
permissions -rw-r--r--
Add icons to background themes; allow to hide themes explicitly by adding “hidden” key to theme.cfg

file(GLOB images *.png)

install(FILES
    theme.cfg
    ${images}
    DESTINATION ${SHAREPATH}Data/Themes/CrazyMission)