share/hedgewars/Data/Sounds/CMakeLists.txt
author koda
Tue, 19 Oct 2010 21:55:49 +0200
changeset 3982 86c3a6e8e265
parent 799 71ba310da909
child 8443 2debc9b9f917
permissions -rw-r--r--
ios version bump and other minor things

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg) 

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