share/hedgewars/Data/Sounds/CMakeLists.txt
author Always-Godlike
Sun, 07 Nov 2010 21:04:18 +0100
changeset 4202 d9cda477fa43
parent 799 71ba310da909
child 8443 2debc9b9f917
permissions -rw-r--r--
JAWOHL! German translations

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg) 

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