share/hedgewars/Data/Music/CMakeLists.txt
author KoBeWi <kobewi4e@gmail.com>
Sat, 15 Oct 2016 13:10:16 +0200
changeset 11870 b801ff99e52c
parent 11775 ee85798d6974
child 15327 02fa79f62220
permissions -rw-r--r--
support for multiple inland rectangles [reviewed, cleaned up and committed by sheepluva]

file(GLOB BaseMusic *.ogg)

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