share/hedgewars/Data/Maps/CMakeLists.txt
author nemo
Sun, 24 Jan 2010 16:24:24 +0000
changeset 2707 633cac1d6f9a
parent 2481 e0d89f88dea2
child 3050 d6937fc885a1
permissions -rw-r--r--
Olympics theme, Ruler map training map and a bunch of new textures for the more "3d" terrain thingy Smaxx added.

foreach(dir
	Bamboo
	BambooPlinko
	Basketball
	Bath
	Battlefield
	Blox
	Bubbleflow
	Cake
	Castle
	cave
	cheese
	Cogs
	CrazyMission
	EarthRise
	Eyes
	Hammock
	HedgeFortress
	Hedgelove
	Hedgewars
	Hogville
	Hydrant
    Islands
	Lonely_Island
	mushrooms
    Octorama
	PirateFlag
	Plane
	Ropes
    Ruler
	Sheep
	Trash
	Tree
	)

add_subdirectory(${dir})
endforeach(dir)