share/hedgewars/Data/Maps/CMakeLists.txt
author sheepluva
Thu, 26 Apr 2012 07:44:44 +0200
changeset 6931 86c951cd0f3f
parent 4698 6f14ef3e40ae
child 6984 3de40b10eafa
permissions -rw-r--r--
make DataManager a QObject with reload() slot that emits signal updated()

foreach(dir
	Bamboo
	BambooPlinko
	Basketball
	Bath
	Battlefield
	Blizzard
	Blox
	Bubbleflow
	Cake
	Castle
	Cave
	Cheese
	Cogs
	Control
	CrazyMission
	CTF_Blizzard
	EarthRise
	Eyes
	Hammock
	HedgeFortress
	Hedgelove
	Hedgewars
	Hogville
	Hydrant
	Islands
	Knockball
	Lonely_Island
	Mushrooms
	Octorama
	PirateFlag
	Plane
	Ropes
	Ruler
	Sheep
	ShoppaKing
	Sticks
	Trash
	Tree
	TrophyRace
	)

add_subdirectory(${dir})
endforeach(dir)