share/hedgewars/Data/Sounds/CMakeLists.txt
author Carlos Vives <glykorin@gmail.com>
Wed, 27 Oct 2010 00:04:59 +0200
changeset 3998 f11f3715f279
parent 799 71ba310da909
child 8443 2debc9b9f917
permissions -rw-r--r--
Updated spanish locale

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg) 

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