share/hedgewars/Data/Music/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Wed, 26 Apr 2017 18:38:21 +0200
changeset 12344 ae699a0b054b
parent 11780 ee85798d6974
child 15311 02fa79f62220
permissions -rw-r--r--
HedgeEditor: Disable waypoint export because output scripts break when waypoints have been added

file(GLOB BaseMusic *.ogg)

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