share/hedgewars/Data/Forts/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Sat, 11 Aug 2018 18:36:22 +0200
changeset 13650 34aeaa627400
parent 8443 2debc9b9f917
permissions -rw-r--r--
Fix TotalRounds advancing incorrectly with gfRandomOrder off and/or gfTagTeam on

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)