share/hedgewars/Data/Forts/CMakeLists.txt
author sheepluva
Tue, 15 May 2018 17:05:40 +0200
branchui-scaling
changeset 13391 72bbccf9a715
parent 8443 2debc9b9f917
permissions -rw-r--r--
fix some accidental code corruption caused by my last commit

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)