share/hedgewars/Data/Themes/Island/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Wed, 23 Nov 2016 13:40:06 +0100
changeset 12022 a315ded26330
parent 2602 3deb9ff104da
permissions -rw-r--r--
HedgeEditor: Remove hardcoded ammo names in favor of GetAmmoName

file(GLOB images *.png)

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