share/hedgewars/Data/Music/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Wed, 27 Sep 2017 02:47:15 +0200
changeset 12546 5b51257c4122
parent 11775 ee85798d6974
child 15327 02fa79f62220
permissions -rw-r--r--
Shorten a mission text in ACF, mission 2

file(GLOB BaseMusic *.ogg)

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