share/hedgewars/Data/Music/CMakeLists.txt
author sheepluva
Sun, 31 Oct 2010 02:50:15 +0100
changeset 4038 8972dd38bbad
parent 1097 06b15817b8a0
child 8443 2debc9b9f917
permissions -rw-r--r--
potential fix for issue #86: 'Objects behind a portal will sometimes go through the portal.' please test

file(GLOB BaseMusic *.ogg) 

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