share/hedgewars/Data/Sounds/CMakeLists.txt
author nemo
Sun, 20 Dec 2009 20:35:15 +0000
changeset 2668 d3a85891ae39
parent 799 71ba310da909
child 8443 2debc9b9f917
permissions -rw-r--r--
Updated chinese and taiwanese locales. Need to run the taiwanese ones past my taiwanese coworkers. Changes were extensive.

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg) 

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