share/hedgewars/Data/Maps/CMakeLists.txt
author nemo
Wed, 31 Oct 2012 16:39:07 -0400
branch0.9.18
changeset 7909 2f203395baca
parent 6985 caa41003f42c
child 8443 2debc9b9f917
permissions -rw-r--r--
!@#$
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
7909
nemo
parents: 6985
diff changeset
    33
	portal
1960
87256cd957b9 - Update Basketball preview
unc0rr
parents: 1798
diff changeset
    34
	Ropes
3050
smxx
parents: 2707
diff changeset
    35
	Ruler
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    36
	Sheep
4054
6fd5d87f07ef Shoppaking map
Wolfmarc and Dragonfly
parents: 3077
diff changeset
    37
	ShoppaKing
6985
caa41003f42c Removing maps can cause desyncs. This is why we still have Cheese, Sticks, Sheep etc.
nemo
parents: 6984
diff changeset
    38
	Sticks
1786
201bd1c48f1a Awesome map (yes, again)
unc0rr
parents: 1563
diff changeset
    39
	Trash
1960
87256cd957b9 - Update Basketball preview
unc0rr
parents: 1798
diff changeset
    40
	Tree
4057
081cd569bddf Trophyrace scripted map
Wolfmarc and Dragonfly
parents: 4056
diff changeset
    41
	TrophyRace
1539
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
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    44
add_subdirectory(${dir})
937
c1e6a770b043 Add theme and map Plane by Tiyuri
unc0rr
parents: 934
diff changeset
    45
endforeach(dir)