share/hedgewars/Data/Music/CMakeLists.txt
author nemo
Fri, 07 Oct 2011 23:57:14 -0400
changeset 6096 a00dbbf49d6c
parent 1097 06b15817b8a0
child 8443 2debc9b9f917
permissions -rw-r--r--
Add landbacktex to a few maps, just to see how it looks.

file(GLOB BaseMusic *.ogg) 

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