share/hedgewars/Data/Themes/CMakeLists.txt
author mikade
Wed, 10 Aug 2011 22:34:25 +0200
changeset 5535 f18ae9c9ab3d
parent 5279 66969e7494c5
child 6090 bf098cf5f998
permissions -rw-r--r--
Fixed up Golf theme. Should look pretty good, now.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1275
bd4048399541 Add Underwater theme
unc0rr
parents: 1229
diff changeset
     1
foreach(dir
3506
0523e68f1972 General:
mario.liebisch
parents: 3077
diff changeset
     2
	Art
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
     3
	Bamboo
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
     4
	Bath
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
     5
	Blox
3506
0523e68f1972 General:
mario.liebisch
parents: 3077
diff changeset
     6
	Brick
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
     7
	Cake
1992
e341e933a2a8 Add castle and halloween to install
unc0rr
parents: 1946
diff changeset
     8
	Castle
3077
8bf3b6d9839c Uppercase all theme and map names
nemo
parents: 2709
diff changeset
     9
	Cheese
4636
b7c3c7bc6d1f New Christmas theme
Palewolf and others
parents: 4052
diff changeset
    10
	Christmas
5104
e31409482740 Digital-Theme, converted+fixed as requested by koda, sorry I had no choice. He would had been all "couch" again if I hadn't done this for him :(
sheepluva
parents: 5054
diff changeset
    11
	Compost
4052
dd5e00d79efe Jungle theme with a few touches by Palewolf (missing droplets/splash, wrong background size)
KoRn666
parents: 3506
diff changeset
    12
	Deepspace
5104
e31409482740 Digital-Theme, converted+fixed as requested by koda, sorry I had no choice. He would had been all "couch" again if I hadn't done this for him :(
sheepluva
parents: 5054
diff changeset
    13
	Desert
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    14
	City
1564
463c31090ed7 Add themes for new maps
unc0rr
parents: 1540
diff changeset
    15
	CrazyMission
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    16
	EarthRise
1564
463c31090ed7 Add themes for new maps
unc0rr
parents: 1540
diff changeset
    17
	Eyes
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    18
	Freeway
5535
f18ae9c9ab3d Fixed up Golf theme. Should look pretty good, now.
mikade
parents: 5279
diff changeset
    19
	Golf
1992
e341e933a2a8 Add castle and halloween to install
unc0rr
parents: 1946
diff changeset
    20
	Halloween
3077
8bf3b6d9839c Uppercase all theme and map names
nemo
parents: 2709
diff changeset
    21
	Hell
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    22
	Island
4052
dd5e00d79efe Jungle theme with a few touches by Palewolf (missing droplets/splash, wrong background size)
KoRn666
parents: 3506
diff changeset
    23
	Jungle
3077
8bf3b6d9839c Uppercase all theme and map names
nemo
parents: 2709
diff changeset
    24
	Nature
5104
e31409482740 Digital-Theme, converted+fixed as requested by koda, sorry I had no choice. He would had been all "couch" again if I hadn't done this for him :(
sheepluva
parents: 5054
diff changeset
    25
	Olympics
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    26
	Planes
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    27
	Sheep
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    28
	Snow
3506
0523e68f1972 General:
mario.liebisch
parents: 3077
diff changeset
    29
	Stage
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    30
	Underwater
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    31
	)
1275
bd4048399541 Add Underwater theme
unc0rr
parents: 1229
diff changeset
    32
	add_subdirectory(${dir})
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 98
diff changeset
    33
endforeach(dir)