share/hedgewars/Data/Music/CMakeLists.txt
author koda
Wed, 04 May 2016 14:30:04 -0400
changeset 11804 7a8b6694a519
parent 11775 ee85798d6974
child 15306 02fa79f62220
permissions -rw-r--r--
linux on travis needs sudo to install dependencies

file(GLOB BaseMusic *.ogg)

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