share/hedgewars/Data/Sounds/CMakeLists.txt
author koda
Sun, 02 Dec 2012 00:02:40 +0100
changeset 8180 33868aea694c
parent 799 71ba310da909
child 8443 2debc9b9f917
permissions -rw-r--r--
GCI2012: Move Freepascal discovery code into a CMake module

add_subdirectory(voices)

file(GLOB BaseSounds *.ogg) 

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