share/hedgewars/Data/Music/CMakeLists.txt
author unc0rr
Sun, 19 Apr 2009 11:59:23 +0000
changeset 2005 aa79f631711b
parent 1097 06b15817b8a0
child 8443 2debc9b9f917
permissions -rw-r--r--
Move health sorter to visual gears: - Should fix or at least help with problems when one of players quits (needs testing) - Breaks 0.9.10 compatibility, so increase protocol number and set version to 0.9.11-dev

file(GLOB BaseMusic *.ogg) 

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