share/hedgewars/Data/Music/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Sat, 25 Aug 2018 12:12:15 +0200
changeset 13696 b5a7f83fa607
parent 11780 ee85798d6974
child 15311 02fa79f62220
permissions -rw-r--r--
Use plain text mode in video description label to avoid HTML trouble

file(GLOB BaseMusic *.ogg)

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