share/hedgewars/Data/Forts/CMakeLists.txt
author sheepluva
Sat, 16 Jan 2016 19:20:06 +0100
changeset 11515 4dd77731453b
parent 8443 2debc9b9f917
permissions -rw-r--r--
update some old google code links in the code/etc. thanks Wuzzy for the heads-up

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)