share/hedgewars/Data/Forts/CMakeLists.txt
author koda
Tue, 18 Jun 2013 19:33:10 +0200
branchwebgl
changeset 9252 8749053e8109
parent 8443 2debc9b9f917
permissions -rw-r--r--
also these two files are dependency (they are not in the list because they are special pas2c files)

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)