share/hedgewars/Data/Forts/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Sat, 08 Dec 2018 19:30:25 +0100
branch0.9.25
changeset 14408 1465f34973b5
parent 8443 2debc9b9f917
permissions -rw-r--r--
Whoops. Forgot to bump default gameServer MOTD to 0.9.25. :(

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)