share/hedgewars/Data/Forts/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Fri, 26 Oct 2018 03:59:20 +0200
changeset 13980 350adfa0e896
parent 8443 2debc9b9f917
permissions -rw-r--r--
Refactor usage of sndRideOfTheValkyries, now can play if music is on and sound is off

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)