share/hedgewars/Data/Music/CMakeLists.txt
author koda
Sun, 25 Jul 2010 16:02:02 +0200
changeset 3670 4c673e57f0d7
parent 1097 06b15817b8a0
child 8443 2debc9b9f917
permissions -rw-r--r--
use llvm to compile, don't preview map on wimpier devices, merge vsync, fix iphone launch image

file(GLOB BaseMusic *.ogg) 

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