share/hedgewars/Data/Forts/CMakeLists.txt
author unc0rr
Wed, 14 Jul 2021 23:01:50 +0200
changeset 15814 d9db7b763bd1
parent 8443 2debc9b9f917
permissions -rw-r--r--
Publish join and part commands as well

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)