share/hedgewars/Data/Sounds/CMakeLists.txt
author nemo
Mon, 01 Feb 2010 07:10:33 +0000
changeset 2736 cc04e98dd535
parent 799 71ba310da909
child 8443 2debc9b9f917
permissions -rw-r--r--
Tweak napalm so it'll hit on the X without wind. Unlike bombs / minestrike, should not depend on height of X.

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg) 

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