share/hedgewars/Data/Forts/CMakeLists.txt
author koda
Wed, 06 Mar 2013 01:28:21 +0100
changeset 8659 e49056d3aba1
parent 8443 2debc9b9f917
permissions -rw-r--r--
fail if sparkle not found consciously

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)