share/hedgewars/Data/Sounds/CMakeLists.txt
author unc0rr
Thu, 09 Oct 2008 16:05:01 +0000
changeset 1335 c795cbc752c1
parent 799 71ba310da909
child 8443 2debc9b9f917
permissions -rw-r--r--
Small optimization (use partition instead of two filters with opposite predicates)

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg) 

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