share/hedgewars/Data/Forts/CMakeLists.txt
author sheepluva
Sat, 07 Nov 2015 16:15:27 +0100
changeset 11317 62287d4044e7
parent 8443 2debc9b9f917
permissions -rw-r--r--
merge orphan head (while discarding all its changes) to make koda and his hg-git happy

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)