share/hedgewars/Data/Sounds/CMakeLists.txt
author koda
Mon, 12 Jul 2010 01:42:43 +0200
changeset 3639 b5cdbcc89b61
parent 799 71ba310da909
child 8443 2debc9b9f917
permissions -rw-r--r--
use a button instead of label and simplify a lot touch interaction

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg) 

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