share/hedgewars/Data/Music/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Mon, 03 Sep 2018 22:14:46 +0200
changeset 13760 6908d1e65cdc
parent 11780 ee85798d6974
child 15311 02fa79f62220
permissions -rw-r--r--
Rip out stats code from TurnReaction and put it into new function TurnStats. Fixes buggy stats

file(GLOB BaseMusic *.ogg)

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