share/hedgewars/Data/Music/CMakeLists.txt
author raptor <buckyballreaction@gmail.com>
Tue, 13 Aug 2019 13:10:12 -0600
changeset 15312 5b2dec63f4cf
parent 15306 02fa79f62220
child 15319 9b470fff8499
permissions -rw-r--r--
Fix compiling on MacOS X by requiring c++11 standard. Building now requires MacOS X 10.8+ and CMake 3.9+
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
15306
02fa79f62220 replace jungle with opus
alfadur
parents: 11775
diff changeset
     1
file(GLOB BaseMusic *.ogg *.opus)
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}
11772
927c45b83496 music credits etc.
sheepluva
parents: 8443
diff changeset
     5
    ${MusicCredits}
11775
ee85798d6974 aggregate music credits into a single file (individual files can still be used to override. useful for .hwp etc.)
sheepluva
parents: 11772
diff changeset
     6
    credits.txt
8443
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 1097
diff changeset
     7
    DESTINATION ${SHAREPATH}Data/Music)