share/hedgewars/Data/Music/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Mon, 12 Oct 2020 01:01:28 +0200
changeset 15747 ed3c5c15dcbd
parent 15319 9b470fff8499
permissions -rw-r--r--
Fix minor offset mismatch with wrapping laser

file(GLOB BaseMusic *.ogg)

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