share/hedgewars/Data/Music/CMakeLists.txt
author nemo
Sat, 22 Jun 2019 10:32:15 -0400
changeset 15192 a5fb73335a87
parent 11775 ee85798d6974
child 15306 02fa79f62220
permissions -rw-r--r--
Someone didn't understand why they couldn't rejoin a game. Maybe this will help

file(GLOB BaseMusic *.ogg)

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