share/hedgewars/Data/Forts/CMakeLists.txt
author Vittorio Giovara <vittorio.giovara@gmail.com>
Tue, 10 Nov 2015 13:53:10 +0100
changeset 11347 f830c080aa9d
parent 8443 2debc9b9f917
permissions -rw-r--r--
videorec: Make sure the audio packet is considered empty

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)