share/hedgewars/Data/Music/CMakeLists.txt
author sheepluva
Sat, 07 Dec 2019 16:18:20 +0100
branchhedgeroid
changeset 15534 45d6806548e9
parent 15340 9b470fff8499
permissions -rw-r--r--
hedgeroid: add debug logging to library loading

file(GLOB BaseMusic *.ogg)

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