share/hedgewars/Data/Forts/CMakeLists.txt
author nemo
Wed, 23 Jun 2021 15:32:48 -0400
changeset 15825 b06b33cf0a89
parent 8443 2debc9b9f917
permissions -rw-r--r--
Hopefully this is a little more sensible

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)