share/hedgewars/Data/Maps/CMakeLists.txt
author unc0rr
Fri, 05 Dec 2008 21:37:06 +0000
changeset 1539 5151bf4928a4
parent 1349 49cf1e2edcd5
child 1563 4ae873e854f8
permissions -rw-r--r--
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
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
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    10
	EarthRise
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    11
	Hedgewars
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    12
	Hedgelove
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    13
	Hydrant
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    14
	Lonely_Island
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    15
	mushrooms
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    16
	PirateFlag
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    17
	Plane
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    18
	Sheep
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    19
	)
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    20
5151bf4928a4 Add new maps to build system
unc0rr
parents: 1349
diff changeset
    21
add_subdirectory(${dir})
937
c1e6a770b043 Add theme and map Plane by Tiyuri
unc0rr
parents: 934
diff changeset
    22
endforeach(dir)