share/hedgewars/Data/Sounds/CMakeLists.txt
author unc0rr
Wed, 14 Jan 2009 19:31:23 +0000
changeset 1674 b6d609815378
parent 799 71ba310da909
child 8443 2debc9b9f917
permissions -rw-r--r--
Add English translation (needed to support plural forms)

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg) 

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