share/hedgewars/Data/Forts/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Thu, 27 Apr 2017 02:42:40 +0200
changeset 12356 62b935bec899
parent 8443 2debc9b9f917
permissions -rw-r--r--
Mention important game modifiers in Spooky Tree and Nobody Laugh

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)