share/hedgewars/Data/Sounds/CMakeLists.txt
author sheepluva
Thu, 17 Jan 2013 18:12:30 +0100
changeset 8395 0b357c57e01c
parent 799 71ba310da909
child 8443 2debc9b9f917
permissions -rw-r--r--
small cleanup of helloSounds; note: physfs:// prefix will break sound paths since playSoundFile uses physfs for finding files already

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg) 

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