share/hedgewars/Data/Music/CMakeLists.txt
author unc0rr
Sat, 12 Oct 2019 23:13:32 +0200
changeset 15479 e0ab70a90718
parent 15324 9b470fff8499
permissions -rw-r--r--
Add utility to convert server-side replay files into hwd binary format

file(GLOB BaseMusic *.ogg)

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