share/hedgewars/Data/Maps/CMakeLists.txt
author nemo
Tue, 01 May 2012 17:33:28 -0400
changeset 6985 caa41003f42c
parent 6984 3de40b10eafa
child 7909 2f203395baca
permissions -rw-r--r--
Removing maps can cause desyncs. This is why we still have Cheese, Sticks, Sheep etc. They need to remain until replacements are put in place.

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)