share/hedgewars/Data/Forts/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Sun, 09 Dec 2018 16:54:22 +0100
changeset 14393 c2cd3f64b9f7
parent 8443 2debc9b9f917
permissions -rw-r--r--
Lua API: Make the last 2 params optional in the SpawnFake*Crate functions

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)