share/hedgewars/Data/Music/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Wed, 23 Nov 2016 13:59:36 +0100
changeset 12027 477f3b3d00d8
parent 11775 ee85798d6974
child 15306 02fa79f62220
permissions -rw-r--r--
HedgeEditor: Proper indentation for atkArray and utilArray

file(GLOB BaseMusic *.ogg)

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