share/hedgewars/Data/Forts/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Sat, 08 Dec 2018 14:10:42 +0100
changeset 14383 4edc73fc722c
parent 8443 2debc9b9f917
permissions -rw-r--r--
Add chat command "/help room" to show room help in game

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)