share/hedgewars/Data/Maps/CMakeLists.txt
author unc0rr
Fri, 30 Jan 2009 14:59:59 +0000
changeset 1779 9d88af62a3bb
parent 1563 4ae873e854f8
child 1786 201bd1c48f1a
permissions -rw-r--r--
Cache land texture update until frame render. This greately improves performance when there are many explosions, or you're using drilling weapon

foreach(dir
	Bamboo
	BambooPlinko
	Bath
	Blox
	Cake
	Castle
	cheese
	Cogs
	CrazyMission
	EarthRise
	Eyes
	HedgeFortress
	Hedgelove
	Hedgewars
	Hydrant
	Lonely_Island
	mushrooms
	PirateFlag
	Plane
	Sheep
	)

add_subdirectory(${dir})
endforeach(dir)