share/hedgewars/Data/Maps/CMakeLists.txt
author unc0rr
Sat, 14 Feb 2009 16:04:40 +0000
changeset 1786 201bd1c48f1a
parent 1563 4ae873e854f8
child 1798 029fcab94700
permissions -rw-r--r--
Awesome map (yes, again)
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
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
     4
	Bath
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
     5
	Blox
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
     6
	Cake
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
     7
	Castle
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
     8
	cheese
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
     9
	Cogs
1563
4ae873e854f8 Add 3 new maps
unc0rr
parents: 1539
diff changeset
    10
	CrazyMission
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    11
	EarthRise
1563
4ae873e854f8 Add 3 new maps
unc0rr
parents: 1539
diff changeset
    12
	Eyes
4ae873e854f8 Add 3 new maps
unc0rr
parents: 1539
diff changeset
    13
	HedgeFortress
4ae873e854f8 Add 3 new maps
unc0rr
parents: 1539
diff changeset
    14
	Hedgelove
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    15
	Hedgewars
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    16
	Hydrant
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    17
	Lonely_Island
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    18
	mushrooms
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    19
	PirateFlag
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    20
	Plane
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    21
	Sheep
1786
201bd1c48f1a Awesome map (yes, again)
unc0rr
parents: 1563
diff changeset
    22
	Trash
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    23
	)
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    24
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    25
add_subdirectory(${dir})
937
c1e6a770b043 Add theme and map Plane by Tiyuri
unc0rr
parents: 934
diff changeset
    26
endforeach(dir)