share/hedgewars/Data/Music/CMakeLists.txt
author sheepluva
Fri, 29 Apr 2016 13:12:26 +0200
changeset 11772 927c45b83496
parent 8443 2debc9b9f917
child 11775 ee85798d6974
permissions -rw-r--r--
music credits etc.
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)
11772
927c45b83496 music credits etc.
sheepluva
parents: 8443
diff changeset
     2
file(GLOB MusicCredits *_credits.txt)
562
d1a9035175ed - Simplify build system files
unc0rr
parents:
diff changeset
     3
d1a9035175ed - Simplify build system files
unc0rr
parents:
diff changeset
     4
install(FILES
8443
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 1097
diff changeset
     5
    ${BaseMusic}
11772
927c45b83496 music credits etc.
sheepluva
parents: 8443
diff changeset
     6
    ${MusicCredits}
8443
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 1097
diff changeset
     7
    DESTINATION ${SHAREPATH}Data/Music)