share/hedgewars/Data/Forts/CMakeLists.txt
author sheepluva
Wed, 17 Dec 2014 21:01:44 +0100
changeset 10691 97f45f1374be
parent 8443 2debc9b9f917
permissions -rw-r--r--
change speechfix implementation (no "continue" anymore

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)