share/hedgewars/Data/Music/CMakeLists.txt
author unc0rr
Thu, 10 May 2012 22:55:13 +0400
changeset 7041 76a9274f280f
parent 1097 06b15817b8a0
child 8443 2debc9b9f917
permissions -rw-r--r--
More definitions and mess with pascal code

file(GLOB BaseMusic *.ogg) 

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