share/hedgewars/Data/Music/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Wed, 23 Nov 2016 15:57:45 +0100
changeset 12042 efa3b1837d63
parent 11780 ee85798d6974
child 15311 02fa79f62220
permissions -rw-r--r--
Set minimum ammo box content of 1 for default ammo schemes Because they frequently get copied, and having 0 ammo in a box is odd

file(GLOB BaseMusic *.ogg)

install(FILES
    ${BaseMusic}
    ${MusicCredits}
    credits.txt
    DESTINATION ${SHAREPATH}Data/Music)