share/hedgewars/Data/Music/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Mon, 25 Sep 2017 22:25:10 +0200
changeset 12529 a5ddc6b4abbd
parent 11780 ee85798d6974
child 15311 02fa79f62220
permissions -rw-r--r--
ASA: Inform the player about a checkpoint reset

file(GLOB BaseMusic *.ogg)

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