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

file(GLOB RobotSounds *.ogg)

install(FILES
	${RobotSounds}
	DESTINATION ${SHAREPATH}Data/Sounds/voices/Robot)