share/hedgewars/Data/Maps/CMakeLists.txt
author unc0rr
Sat, 11 Apr 2009 10:58:18 +0000
changeset 1960 87256cd957b9
parent 1798 029fcab94700
child 2324 73e5246b5fa5
permissions -rw-r--r--
- Update Basketball preview - Add new maps to build system
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
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
     6
	Blox
1960
87256cd957b9 - Update Basketball preview
unc0rr
parents: 1798
diff changeset
     7
	Bubbleflow
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
     8
	Cake
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
     9
	Castle
1960
87256cd957b9 - Update Basketball preview
unc0rr
parents: 1798
diff changeset
    10
	cave
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    11
	cheese
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    12
	Cogs
1563
4ae873e854f8 Add 3 new maps
unc0rr
parents: 1539
diff changeset
    13
	CrazyMission
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    14
	EarthRise
1563
4ae873e854f8 Add 3 new maps
unc0rr
parents: 1539
diff changeset
    15
	Eyes
1960
87256cd957b9 - Update Basketball preview
unc0rr
parents: 1798
diff changeset
    16
	Hammock
1563
4ae873e854f8 Add 3 new maps
unc0rr
parents: 1539
diff changeset
    17
	HedgeFortress
4ae873e854f8 Add 3 new maps
unc0rr
parents: 1539
diff changeset
    18
	Hedgelove
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    19
	Hedgewars
1798
029fcab94700 Add Hogville map to build system
unc0rr
parents: 1786
diff changeset
    20
	Hogville
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    21
	Hydrant
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    22
	Lonely_Island
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    23
	mushrooms
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    24
	PirateFlag
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    25
	Plane
1960
87256cd957b9 - Update Basketball preview
unc0rr
parents: 1798
diff changeset
    26
	Ropes
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    27
	Sheep
1786
201bd1c48f1a Awesome map (yes, again)
unc0rr
parents: 1563
diff changeset
    28
	Trash
1960
87256cd957b9 - Update Basketball preview
unc0rr
parents: 1798
diff changeset
    29
	Tree
1539
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    30
	)
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    31
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    32
add_subdirectory(${dir})
937
c1e6a770b043 Add theme and map Plane by Tiyuri
unc0rr
parents: 934
diff changeset
    33
endforeach(dir)