share/hedgewars/Data/Maps/CMakeLists.txt
author smxx
Mon, 22 Mar 2010 20:57:49 +0000
changeset 3050 d6937fc885a1
parent 2707 633cac1d6f9a
child 3077 8bf3b6d9839c
permissions -rw-r--r--
Maps: * Added Palewolf's Spanish translation for Basketball's script * Added Knockball's directory to directories to be installed
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
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
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
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
1786
201bd1c48f1a Awesome map (yes, again)
unc0rr
parents: 1563
diff changeset
    33
	Trash
1960
87256cd957b9 - Update Basketball preview
unc0rr
parents: 1798
diff changeset
    34
	Tree
1539
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
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    37
add_subdirectory(${dir})
937
c1e6a770b043 Add theme and map Plane by Tiyuri
unc0rr
parents: 934
diff changeset
    38
endforeach(dir)