share/hedgewars/Data/Forts/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Thu, 27 Apr 2017 01:17:41 +0200
changeset 12353 40833d930d82
parent 8443 2debc9b9f917
permissions -rw-r--r--
Use Robot voice for enemy in Bamboo Thicked and Newton and the Hammock

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)