share/hedgewars/Data/Sounds/voices/HillBilly/CMakeLists.txt
author nemo
Fri, 11 Nov 2011 15:28:58 -0500
changeset 6326 07d83af9d2a8
child 8443 2debc9b9f917
permissions -rw-r--r--
Add hillbilly voice
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
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
     6
Enemydown.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
     7
Firstblood.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
     8
Firepunch*.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
     9
Flawless.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    10
Hello.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    11
Hurry.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    12
Illgetyou.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    13
Incoming.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    14
Jump*.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    15
JustYouwait.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    16
Kamikaze.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    17
Laugh.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    18
Melon.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    19
Missed.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    20
Nooo.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    21
Nutter.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    22
Ooff*.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    23
Oops.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    24
Ow*.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    25
PoisonCough.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    26
PoisonMoan.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    27
Reinforcements.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    28
Sameteam.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    29
Stupid.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    30
Takecover.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    31
Traitor.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    32
Uh-oh.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    33
Victory.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    34
Watchit.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    35
Yessir.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    36
Youllregretthat.ogg
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    37
)
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    38
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    39
install(FILES
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    40
	${VoiceSounds}
07d83af9d2a8 Add hillbilly voice
nemo
parents:
diff changeset
    41
	DESTINATION ${SHAREPATH}Data/Sounds/voices/HillBilly)