share/hedgewars/Data/Maps/CMakeLists.txt
author nemo
Sat, 25 Dec 2010 14:10:11 -0500
changeset 4675 02f73576c059
parent 4057 081cd569bddf
child 4678 50716b795a4e
permissions -rw-r--r--
oops. forgot cmake for Control map
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
     1
foreach(dir
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
     2
	Bamboo
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
     3
	BambooPlinko
1960
87256cd957b9 - Update Basketball preview
unc0rr
parents: 1798
diff changeset
     4
	Basketball
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
     5
	Bath
2324
73e5246b5fa5 Add Battlefield map
unc0rr
parents: 1960
diff changeset
     6
	Battlefield
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
     7
	Blox
1960
87256cd957b9 - Update Basketball preview
unc0rr
parents: 1798
diff changeset
     8
	Bubbleflow
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
     9
	Cake
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    10
	Castle
3077
8bf3b6d9839c Uppercase all theme and map names
nemo
parents: 3050
diff changeset
    11
	Cave
8bf3b6d9839c Uppercase all theme and map names
nemo
parents: 3050
diff changeset
    12
	Cheese
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    13
	Cogs
4675
02f73576c059 oops. forgot cmake for Control map
nemo
parents: 4057
diff changeset
    14
	Control
1563
4ae873e854f8 Add 3 new maps
unc0rr
parents: 1539
diff changeset
    15
	CrazyMission
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    16
	EarthRise
1563
4ae873e854f8 Add 3 new maps
unc0rr
parents: 1539
diff changeset
    17
	Eyes
1960
87256cd957b9 - Update Basketball preview
unc0rr
parents: 1798
diff changeset
    18
	Hammock
1563
4ae873e854f8 Add 3 new maps
unc0rr
parents: 1539
diff changeset
    19
	HedgeFortress
4ae873e854f8 Add 3 new maps
unc0rr
parents: 1539
diff changeset
    20
	Hedgelove
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    21
	Hedgewars
1798
029fcab94700 Add Hogville map to build system
unc0rr
parents: 1786
diff changeset
    22
	Hogville
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    23
	Hydrant
3050
smxx
parents: 2707
diff changeset
    24
	Islands
smxx
parents: 2707
diff changeset
    25
	Knockball
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    26
	Lonely_Island
3077
8bf3b6d9839c Uppercase all theme and map names
nemo
parents: 3050
diff changeset
    27
	Mushrooms
3050
smxx
parents: 2707
diff changeset
    28
	Octorama
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    29
	PirateFlag
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    30
	Plane
1960
87256cd957b9 - Update Basketball preview
unc0rr
parents: 1798
diff changeset
    31
	Ropes
3050
smxx
parents: 2707
diff changeset
    32
	Ruler
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    33
	Sheep
4054
6fd5d87f07ef Shoppaking map
Wolfmarc and Dragonfly
parents: 3077
diff changeset
    34
	ShoppaKing
4056
4098b7b54ec3 Sticks map
dctPL
parents: 4054
diff changeset
    35
	Sticks
1786
201bd1c48f1a Awesome map (yes, again)
unc0rr
parents: 1563
diff changeset
    36
	Trash
1960
87256cd957b9 - Update Basketball preview
unc0rr
parents: 1798
diff changeset
    37
	Tree
4057
081cd569bddf Trophyrace scripted map
Wolfmarc and Dragonfly
parents: 4056
diff changeset
    38
	TrophyRace
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    39
	)
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    40
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    41
add_subdirectory(${dir})
937
c1e6a770b043 Add theme and map Plane by Tiyuri
unc0rr
parents: 934
diff changeset
    42
endforeach(dir)