share/hedgewars/Data/Music/CMakeLists.txt
author nemo
Tue, 26 Mar 2019 09:59:53 -0400
changeset 14721 f9f71cccb5c3
parent 11775 ee85798d6974
child 15306 02fa79f62220
permissions -rw-r--r--
Mashup of Symbola and DejaVu Bold so that we aren't missing any characters.

file(GLOB BaseMusic *.ogg)

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