share/hedgewars/Data/Music/CMakeLists.txt
author koda
Fri, 29 Apr 2011 03:31:50 +0200
changeset 5188 d0461bd6d45b
parent 1097 06b15817b8a0
child 8443 2debc9b9f917
permissions -rw-r--r--
some updates to the crossbuild system for mac most notably it chooses a single default architecture with more precision

file(GLOB BaseMusic *.ogg) 

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