share/hedgewars/Data/Sounds/CMakeLists.txt
author koda
Wed, 01 Jul 2009 22:50:27 +0000
changeset 2217 458c08d74ae6
parent 799 71ba310da909
child 8443 2debc9b9f917
permissions -rw-r--r--
sounds for teleport and beginning of sudden death

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg) 

install(FILES
	${BaseSounds}
	DESTINATION ${SHAREPATH}Data/Sounds)