share/hedgewars/Data/Maps/CMakeLists.txt
author mikade
Sun, 26 Dec 2010 17:31:58 +0100
branch0.9.15
changeset 4698 6f14ef3e40ae
parent 4678 50716b795a4e
child 6984 3de40b10eafa
permissions -rw-r--r--
Updated maps CTF, Control and new unscripted map Blizzard
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
4698
6f14ef3e40ae Updated maps CTF, Control and new unscripted map Blizzard
mikade
parents: 4678
diff changeset
     7
	Blizzard
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
     8
	Blox
1960
87256cd957b9 - Update Basketball preview
unc0rr
parents: 1798
diff changeset
     9
	Bubbleflow
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    10
	Cake
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    11
	Castle
3077
8bf3b6d9839c Uppercase all theme and map names
nemo
parents: 3050
diff changeset
    12
	Cave
8bf3b6d9839c Uppercase all theme and map names
nemo
parents: 3050
diff changeset
    13
	Cheese
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    14
	Cogs
4675
02f73576c059 oops. forgot cmake for Control map
nemo
parents: 4057
diff changeset
    15
	Control
1563
4ae873e854f8 Add 3 new maps
unc0rr
parents: 1539
diff changeset
    16
	CrazyMission
4678
50716b795a4e Capture the flag (Blizzard) Map
Palewolf
parents: 4675
diff changeset
    17
	CTF_Blizzard
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    18
	EarthRise
1563
4ae873e854f8 Add 3 new maps
unc0rr
parents: 1539
diff changeset
    19
	Eyes
1960
87256cd957b9 - Update Basketball preview
unc0rr
parents: 1798
diff changeset
    20
	Hammock
1563
4ae873e854f8 Add 3 new maps
unc0rr
parents: 1539
diff changeset
    21
	HedgeFortress
4ae873e854f8 Add 3 new maps
unc0rr
parents: 1539
diff changeset
    22
	Hedgelove
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    23
	Hedgewars
1798
029fcab94700 Add Hogville map to build system
unc0rr
parents: 1786
diff changeset
    24
	Hogville
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    25
	Hydrant
3050
smxx
parents: 2707
diff changeset
    26
	Islands
smxx
parents: 2707
diff changeset
    27
	Knockball
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    28
	Lonely_Island
3077
8bf3b6d9839c Uppercase all theme and map names
nemo
parents: 3050
diff changeset
    29
	Mushrooms
3050
smxx
parents: 2707
diff changeset
    30
	Octorama
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    31
	PirateFlag
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    32
	Plane
1960
87256cd957b9 - Update Basketball preview
unc0rr
parents: 1798
diff changeset
    33
	Ropes
3050
smxx
parents: 2707
diff changeset
    34
	Ruler
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    35
	Sheep
4054
6fd5d87f07ef Shoppaking map
Wolfmarc and Dragonfly
parents: 3077
diff changeset
    36
	ShoppaKing
4056
4098b7b54ec3 Sticks map
dctPL
parents: 4054
diff changeset
    37
	Sticks
1786
201bd1c48f1a Awesome map (yes, again)
unc0rr
parents: 1563
diff changeset
    38
	Trash
1960
87256cd957b9 - Update Basketball preview
unc0rr
parents: 1798
diff changeset
    39
	Tree
4057
081cd569bddf Trophyrace scripted map
Wolfmarc and Dragonfly
parents: 4056
diff changeset
    40
	TrophyRace
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    41
	)
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    42
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    43
add_subdirectory(${dir})
937
c1e6a770b043 Add theme and map Plane by Tiyuri
unc0rr
parents: 934
diff changeset
    44
endforeach(dir)