share/hedgewars/Data/Music/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Fri, 28 Apr 2017 21:25:47 +0200
changeset 12386 6af2b5406419
parent 11780 ee85798d6974
child 15311 02fa79f62220
permissions -rw-r--r--
ACF, mission 3: Add mission strings to remind the player of the main goal
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
8443
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 1097
diff changeset
     1
file(GLOB BaseMusic *.ogg)
562
d1a9035175ed - Simplify build system files
unc0rr
parents:
diff changeset
     2
d1a9035175ed - Simplify build system files
unc0rr
parents:
diff changeset
     3
install(FILES
8443
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 1097
diff changeset
     4
    ${BaseMusic}
11777
927c45b83496 music credits etc.
sheepluva
parents: 8443
diff changeset
     5
    ${MusicCredits}
11780
ee85798d6974 aggregate music credits into a single file (individual files can still be used to override. useful for .hwp etc.)
sheepluva
parents: 11777
diff changeset
     6
    credits.txt
8443
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 1097
diff changeset
     7
    DESTINATION ${SHAREPATH}Data/Music)