share/hedgewars/Data/Sounds/voices/HillBilly/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Sat, 03 Nov 2018 16:37:27 +0100
changeset 14119 90fd4f3d01e3
parent 11485 e5bc40acdfaa
permissions -rw-r--r--
Move spoken text from HillBilly's PoisonCough to new files, make cough more quiet
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6326
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
     1
file(GLOB VoiceSounds
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
     2
Boring.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
     3
Byebye.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
     4
Comeonthen.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
     5
Coward.ogg
14119
90fd4f3d01e3 Move spoken text from HillBilly's PoisonCough to new files, make cough more quiet
Wuzzy <Wuzzy2@mail.ru>
parents: 11485
diff changeset
     6
Cutitout.ogg
6326
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
     7
Enemydown.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
     8
Firstblood.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
     9
Firepunch*.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    10
Flawless.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    11
Hello.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    12
Hurry.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    13
Illgetyou.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    14
Incoming.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    15
Jump*.ogg
11485
e5bc40acdfaa Justyouwait.ogg wasn't installed on case-sensitive systems, due to a case typo in the CMakeLists. Thanks to TheMadCharles and Wuzzy for noticing.
sheepluva
parents: 8443
diff changeset
    16
Justyouwait.ogg
6326
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    17
Kamikaze.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    18
Laugh.ogg
14119
90fd4f3d01e3 Move spoken text from HillBilly's PoisonCough to new files, make cough more quiet
Wuzzy <Wuzzy2@mail.ru>
parents: 11485
diff changeset
    19
Leavemealone.ogg
6326
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    20
Melon.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    21
Missed.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    22
Nooo.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    23
Nutter.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    24
Ooff*.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    25
Oops.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    26
Ow*.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    27
PoisonCough.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    28
PoisonMoan.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    29
Reinforcements.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    30
Sameteam.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    31
Stupid.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    32
Takecover.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    33
Traitor.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    34
Uh-oh.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    35
Victory.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    36
Watchit.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    37
Yessir.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    38
Youllregretthat.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    39
)
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    40
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    41
install(FILES
8443
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6326
diff changeset
    42
    ${VoiceSounds}
2debc9b9f917 remove trailing whitespaces from share too
koda
parents: 6326
diff changeset
    43
    DESTINATION ${SHAREPATH}Data/Sounds/voices/HillBilly)