share/hedgewars/Data/Music/CMakeLists.txt
author nemo
Sun, 26 Dec 2010 16:56:33 -0500
changeset 4708 aa1da6339eb3
parent 1097 06b15817b8a0
child 8443 2debc9b9f917
permissions -rw-r--r--
add dx/dy increment prior to dostepbulletwork to avoid hurting yourself due to adjusted radius interaction (which snowball needs)

file(GLOB BaseMusic *.ogg) 

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