share/hedgewars/Data/Forts/CMakeLists.txt
author nemo
Wed, 30 Oct 2013 15:13:17 -0400 (2013-10-30)
changeset 9657 2d8cae3c0855
parent 8443 2debc9b9f917
permissions -rw-r--r--
use gameticks instead of turn timer. untested. also replaced tabs with spaces
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)