share/hedgewars/Data/Maps/CMakeLists.txt
author nemo
Sun, 24 Jan 2010 16:24:24 +0000
changeset 2707 633cac1d6f9a
parent 2481 e0d89f88dea2
child 3050 d6937fc885a1
permissions -rw-r--r--
Olympics theme, Ruler map training map and a bunch of new textures for the more "3d" terrain thingy Smaxx added.
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
1960
87256cd957b9 - Update Basketball preview
unc0rr
parents: 1798
diff changeset
    11
	cave
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    12
	cheese
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
2476
4e9c3c9ece3e Forgot about Islands
nemo
parents: 2324
diff changeset
    23
    Islands
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    24
	Lonely_Island
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    25
	mushrooms
2481
e0d89f88dea2 Add Octorama
nemo
parents: 2476
diff changeset
    26
    Octorama
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    27
	PirateFlag
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    28
	Plane
1960
87256cd957b9 - Update Basketball preview
unc0rr
parents: 1798
diff changeset
    29
	Ropes
2707
633cac1d6f9a Olympics theme, Ruler map training map and a bunch of new textures for the more "3d" terrain thingy Smaxx added.
nemo
parents: 2481
diff changeset
    30
    Ruler
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    31
	Sheep
1786
201bd1c48f1a Awesome map (yes, again)
unc0rr
parents: 1563
diff changeset
    32
	Trash
1960
87256cd957b9 - Update Basketball preview
unc0rr
parents: 1798
diff changeset
    33
	Tree
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    34
	)
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    35
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    36
add_subdirectory(${dir})
937
c1e6a770b043 Add theme and map Plane by Tiyuri
unc0rr
parents: 934
diff changeset
    37
endforeach(dir)