share/hedgewars/Data/Music/CMakeLists.txt
author nemo
Sun, 21 Jun 2009 15:31:09 +0000
changeset 2177 c045698e044f
parent 1097 06b15817b8a0
child 8443 2debc9b9f917
permissions -rw-r--r--
Initial attempt at jetpack. Pluses, more like lunar lander (takes fall damage). Minuses, can't seem to cancel it or use alt weapon

file(GLOB BaseMusic *.ogg) 

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