share/hedgewars/Data/Maps/CMakeLists.txt
author dctPL
Sun, 31 Oct 2010 22:31:44 +0100
changeset 4056 4098b7b54ec3
parent 4054 6fd5d87f07ef
child 4057 081cd569bddf
permissions -rw-r--r--
Sticks 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
1563
4ae873e854f8 Add 3 new maps
unc0rr
parents: 1539
diff changeset
    14
	CrazyMission
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    15
	EarthRise
1563
4ae873e854f8 Add 3 new maps
unc0rr
parents: 1539
diff changeset
    16
	Eyes
1960
87256cd957b9 - Update Basketball preview
unc0rr
parents: 1798
diff changeset
    17
	Hammock
1563
4ae873e854f8 Add 3 new maps
unc0rr
parents: 1539
diff changeset
    18
	HedgeFortress
4ae873e854f8 Add 3 new maps
unc0rr
parents: 1539
diff changeset
    19
	Hedgelove
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    20
	Hedgewars
1798
029fcab94700 Add Hogville map to build system
unc0rr
parents: 1786
diff changeset
    21
	Hogville
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    22
	Hydrant
3050
smxx
parents: 2707
diff changeset
    23
	Islands
smxx
parents: 2707
diff changeset
    24
	Knockball
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    25
	Lonely_Island
3077
8bf3b6d9839c Uppercase all theme and map names
nemo
parents: 3050
diff changeset
    26
	Mushrooms
3050
smxx
parents: 2707
diff changeset
    27
	Octorama
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    28
	PirateFlag
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    29
	Plane
1960
87256cd957b9 - Update Basketball preview
unc0rr
parents: 1798
diff changeset
    30
	Ropes
3050
smxx
parents: 2707
diff changeset
    31
	Ruler
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    32
	Sheep
4054
6fd5d87f07ef Shoppaking map
Wolfmarc and Dragonfly
parents: 3077
diff changeset
    33
	ShoppaKing
4056
4098b7b54ec3 Sticks map
dctPL
parents: 4054
diff changeset
    34
	Sticks
1786
201bd1c48f1a Awesome map (yes, again)
unc0rr
parents: 1563
diff changeset
    35
	Trash
1960
87256cd957b9 - Update Basketball preview
unc0rr
parents: 1798
diff changeset
    36
	Tree
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    37
	)
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    38
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    39
add_subdirectory(${dir})
937
c1e6a770b043 Add theme and map Plane by Tiyuri
unc0rr
parents: 934
diff changeset
    40
endforeach(dir)