share/hedgewars/Data/Sounds/CMakeLists.txt
author nemo
Sun, 21 Nov 2010 09:12:44 -0500
changeset 4396 3cfd2e15464a
parent 799 71ba310da909
child 8443 2debc9b9f917
permissions -rw-r--r--
After repeated requests, variable length rope. Intended for the infinite rope folks, but values less than 100 make rope more interesting IMO.

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg) 

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