share/hedgewars/Data/Music/CMakeLists.txt
author sheepluva
Tue, 15 May 2018 23:47:07 +0200
branchui-scaling
changeset 13387 706b34d0ce60
parent 11775 ee85798d6974
child 15327 02fa79f62220
permissions -rw-r--r--
whoops, I initialized my new var incorrectly

file(GLOB BaseMusic *.ogg)

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