share/hedgewars/Data/Maps/CMakeLists.txt
author smxx
Thu, 25 Feb 2010 13:02:08 +0000
changeset 2863 9eb53b1f1842
parent 2707 633cac1d6f9a
child 3050 d6937fc885a1
permissions -rw-r--r--
Engine: * Added a new window to the game's start that shows special rules affecting the current game (e.g. karma or low gravity)

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)