share/hedgewars/Data/Sounds/CMakeLists.txt
author nemo
Thu, 18 Mar 2010 02:55:42 +0000
changeset 3018 13ceaad4767e
parent 799 71ba310da909
child 8443 2debc9b9f917
permissions -rw-r--r--
Adjust tests for cluster and watermelon, add molotov, assign FP test to whip, try to keep AI from attempting fire walking.

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg) 

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