share/hedgewars/Data/Forts/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Sat, 10 Nov 2018 20:58:00 +0100
changeset 14216 43ca01d4fb46
parent 8443 2debc9b9f917
permissions -rw-r--r--
Remove unused/out-commented "Structure" strings in engine locale files

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)