share/hedgewars/Data/Forts/CMakeLists.txt
author unc0rr
Tue, 06 Jan 2015 12:12:34 +0300
changeset 10777 18afcfaa4d5a
parent 8443 2debc9b9f917
permissions -rw-r--r--
- Send maze_size command in other mapgen modes too - Fix drawn land mapgen detection

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)