share/hedgewars/Data/Music/CMakeLists.txt
author unc0rr
Mon, 17 Nov 2008 16:48:38 +0000
changeset 1497 b4586b0f4426
parent 1097 06b15817b8a0
child 8443 2debc9b9f917
permissions -rw-r--r--
Include CPP option into source file for easy use

file(GLOB BaseMusic *.ogg) 

install(FILES
	${BaseMusic}
	DESTINATION ${SHAREPATH}Data/Music)