share/hedgewars/Data/Music/CMakeLists.txt
author sheepluva
Fri, 29 Apr 2016 18:18:32 +0200
changeset 11775 ee85798d6974
parent 11772 927c45b83496
child 15306 02fa79f62220
permissions -rw-r--r--
aggregate music credits into a single file (individual files can still be used to override. useful for .hwp etc.)

file(GLOB BaseMusic *.ogg)

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