share/hedgewars/Data/Music/CMakeLists.txt
author koda
Wed, 17 Mar 2010 00:26:35 +0000
changeset 3006 da6023c2745b
parent 1097 06b15817b8a0
child 8443 2debc9b9f917
permissions -rw-r--r--
restore compilation on simulator and device new architecture for implementing controls controls implmented with a joystick (partially done) lotsa code cleanup

file(GLOB BaseMusic *.ogg) 

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