share/hedgewars/Data/Sounds/CMakeLists.txt
author nemo
Fri, 07 Oct 2011 17:29:00 -0400
changeset 6091 77b826a8f996
parent 799 71ba310da909
child 8443 2debc9b9f917
permissions -rw-r--r--
Move the crystals to sprays to reduce the regularity of the land texture

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg) 

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