share/hedgewars/Data/Sounds/CMakeLists.txt
author belphegorr <szabibibi@gmail.com>
Mon, 25 Jun 2012 11:17:19 +0300
changeset 7205 cdc38e49a276
parent 799 71ba310da909
child 8443 2debc9b9f917
permissions -rw-r--r--
Added the helper script I forgot to add last time

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg) 

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