share/hedgewars/Data/Sounds/voices/British/CMakeLists.txt
author smxx
Tue, 04 May 2010 15:43:31 +0000
changeset 3418 8545f646a40d
parent 2778 d106ea17b3f9
child 5176 b9539115608d
permissions -rw-r--r--
Engine: * Reserve 32 sound channels instead of 12 * Shortened piano key sounds

file(GLOB BritishSounds *.ogg)

install(FILES
	${BritishSounds}
	DESTINATION ${SHAREPATH}Data/Sounds/voices/British)