share/hedgewars/Data/Maps/CMakeLists.txt
author unc0rr
Fri, 02 Jan 2009 15:02:47 +0000
changeset 1563 4ae873e854f8
parent 1539 5151bf4928a4
child 1786 201bd1c48f1a
permissions -rw-r--r--
Add 3 new maps
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
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    22
	)
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
add_subdirectory(${dir})
937
c1e6a770b043 Add theme and map Plane by Tiyuri
unc0rr
parents: 934
diff changeset
    25
endforeach(dir)