share/hedgewars/Data/Forts/CMakeLists.txt
author sheepluva
Thu, 21 Mar 2013 09:27:35 +0100
changeset 8762 388d2bf73ff9
parent 8443 2debc9b9f917
permissions -rw-r--r--
fix player info

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)