share/hedgewars/Data/Forts/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Wed, 22 May 2019 23:30:10 +0200
changeset 15035 2e89487540d8
parent 8443 2debc9b9f917
permissions -rw-r--r--
ACF2: Prevent cut scene from playing when own hogs are dead or about to die

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)