share/hedgewars/Data/Sounds/CMakeLists.txt
author unc0rr
Sat, 06 Mar 2010 18:23:25 +0000
changeset 2961 3e057dfa601f
parent 799 71ba310da909
child 8443 2debc9b9f917
permissions -rw-r--r--
Fix "FOLLOW" command handler and place it into proper file

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg) 

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