share/hedgewars/Data/Sounds/CMakeLists.txt
author koda
Tue, 22 Nov 2011 02:08:42 +0100
changeset 6411 3cb15ca5319f
parent 799 71ba310da909
child 8443 2debc9b9f917
permissions -rw-r--r--
group the ios files to be translated (aka localization)

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg) 

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