share/hedgewars/Data/Forts/CMakeLists.txt
author sheepluva
Sun, 14 Apr 2013 12:25:24 +0200
branch0.9.19
changeset 8881 f833f9ffdf75
parent 8443 2debc9b9f917
permissions -rw-r--r--
cleaning up my own mess, turned out the italian translation has more descriptions than the english one XD

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)