share/hedgewars/Data/Music/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Fri, 18 Jan 2019 00:36:48 +0100
changeset 14652 92ebe33c5eb6
parent 11775 ee85798d6974
child 15327 02fa79f62220
permissions -rw-r--r--
VideoRec: Hide libaom-av1 codec in frontend, it's experimental

file(GLOB BaseMusic *.ogg)

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