share/hedgewars/Data/Sounds/CMakeLists.txt
author nemo
Wed, 27 Jun 2012 07:58:16 -0400
changeset 7308 40aa797c4ef0
parent 799 71ba310da909
child 8443 2debc9b9f917
permissions -rw-r--r--
Another try at the trace with more aggressive optimisation. Also tweaked the radial gradiant a bit to match the original more

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg) 

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