share/hedgewars/Data/Forts/CMakeLists.txt
author nemo
Wed, 30 Oct 2013 15:25:17 -0400
changeset 9658 c97e8ecc7457
parent 8443 2debc9b9f917
permissions -rw-r--r--
this isn't pascal

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)