share/hedgewars/Data/Forts/CMakeLists.txt
author nemo
Thu, 30 Jul 2015 16:28:35 -0400
changeset 11030 2ef7700c25e9
parent 8443 2debc9b9f917
permissions -rw-r--r--
darken and blur the cupcake a bit so that people stop trying to teleport on it

file(GLOB FortSprites *L.png *R.png)
list(REMOVE_ITEM FortSprites *@2x.png)
list(REMOVE_ITEM FortSprites *-icon.png)

install(FILES
    ${FortSprites}
    DESTINATION ${SHAREPATH}Data/Forts)