share/hedgewars/Data/Music/CMakeLists.txt
author sheepluva
Sun, 10 Jan 2016 12:59:03 +0100
changeset 11490 e5bc40acdfaa
parent 8443 2debc9b9f917
child 11777 927c45b83496
permissions -rw-r--r--
Justyouwait.ogg wasn't installed on case-sensitive systems, due to a case typo in the CMakeLists. Thanks to TheMadCharles and Wuzzy for noticing.

file(GLOB BaseMusic *.ogg)

install(FILES
    ${BaseMusic}
    DESTINATION ${SHAREPATH}Data/Music)