share/hedgewars/Data/Forts/CMakeLists.txt
author nemo
Mon, 15 Oct 2018 09:35:54 -0400
changeset 13918 90a0ec20b6d8
parent 8443 2debc9b9f917
permissions -rw-r--r--
add back accidentally removed sections

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)