share/hedgewars/Data/Sounds/voices/British/CMakeLists.txt
author nemo
Mon, 29 Nov 2010 23:10:38 -0500
changeset 4435 996ef18fa396
parent 2778 d106ea17b3f9
child 5176 b9539115608d
permissions -rw-r--r--
Add poison sounds to all voices pending proper recording by armagon.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2778
d106ea17b3f9 New British voicepack
nemo
parents:
diff changeset
     1
file(GLOB BritishSounds *.ogg)
d106ea17b3f9 New British voicepack
nemo
parents:
diff changeset
     2
d106ea17b3f9 New British voicepack
nemo
parents:
diff changeset
     3
install(FILES
d106ea17b3f9 New British voicepack
nemo
parents:
diff changeset
     4
	${BritishSounds}
d106ea17b3f9 New British voicepack
nemo
parents:
diff changeset
     5
	DESTINATION ${SHAREPATH}Data/Sounds/voices/British)
d106ea17b3f9 New British voicepack
nemo
parents:
diff changeset
     6