share/hedgewars/Data/Forts/CMakeLists.txt
author sheepluva
Sat, 26 Jun 2021 00:13:28 +0200
changeset 15809 c3971b38bbfa
parent 8443 2debc9b9f917
permissions -rw-r--r--
hedgewars-engine (rust)/preview: recognise feature_size cmd and do something with it

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)