share/hedgewars/Data/Sounds/CMakeLists.txt
author unc0rr
Mon, 22 Nov 2010 21:49:57 +0300
changeset 4414 cb90b7f82cd5
parent 799 71ba310da909
child 8443 2debc9b9f917
permissions -rw-r--r--
Move doPut into uIO (not a very bad place really)

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg) 

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