share/hedgewars/Data/Forts/CMakeLists.txt
author Vittorio Giovara <vittorio.giovara@gmail.com>
Tue, 10 Nov 2015 13:53:16 +0100
changeset 11352 ce154ffb9a8b
parent 8443 2debc9b9f917
permissions -rw-r--r--
videorec: Use future API for raw video encoding

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)