share/hedgewars/Data/Music/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Thu, 04 May 2017 16:49:34 +0200
changeset 12412 8cc070640fd1
parent 11780 ee85798d6974
child 15311 02fa79f62220
permissions -rw-r--r--
Fix skipping in Racer causing the next team to be skipped, too

file(GLOB BaseMusic *.ogg)

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