share/hedgewars/Data/Forts/CMakeLists.txt
author sheepluva
Sat, 01 Oct 2016 16:45:59 +0200
changeset 11852 d7227dc3b397
parent 8443 2debc9b9f917
permissions -rw-r--r--
fix build

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)