share/hedgewars/Data/Themes/CMakeLists.txt
author Miguelac
Mon, 28 Mar 2011 15:08:10 +0200
changeset 5054 71dd49f31582
parent 4636 b7c3c7bc6d1f
child 5104 e31409482740
permissions -rw-r--r--
Beach Theme (as for .15)
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
5054
71dd49f31582 Beach Theme (as for .15)
Miguelac
parents: 4636
diff changeset
     5
	Beach
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
     6
	Blox
3506
0523e68f1972 General:
mario.liebisch
parents: 3077
diff changeset
     7
	Brick
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
     8
	Cake
1992
e341e933a2a8 Add castle and halloween to install
unc0rr
parents: 1946
diff changeset
     9
	Castle
3077
8bf3b6d9839c Uppercase all theme and map names
nemo
parents: 2709
diff changeset
    10
	Cheese
4636
b7c3c7bc6d1f New Christmas theme
Palewolf and others
parents: 4052
diff changeset
    11
	Christmas
4052
dd5e00d79efe Jungle theme with a few touches by Palewolf (missing droplets/splash, wrong background size)
KoRn666
parents: 3506
diff changeset
    12
	Deepspace
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    13
	City
1564
463c31090ed7 Add themes for new maps
unc0rr
parents: 1540
diff changeset
    14
	CrazyMission
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    15
	EarthRise
1564
463c31090ed7 Add themes for new maps
unc0rr
parents: 1540
diff changeset
    16
	Eyes
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    17
	Freeway
1992
e341e933a2a8 Add castle and halloween to install
unc0rr
parents: 1946
diff changeset
    18
	Halloween
3077
8bf3b6d9839c Uppercase all theme and map names
nemo
parents: 2709
diff changeset
    19
	Hell
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    20
	Island
4052
dd5e00d79efe Jungle theme with a few touches by Palewolf (missing droplets/splash, wrong background size)
KoRn666
parents: 3506
diff changeset
    21
	Jungle
3077
8bf3b6d9839c Uppercase all theme and map names
nemo
parents: 2709
diff changeset
    22
	Nature
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    23
	Planes
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    24
	Sheep
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    25
	Snow
3506
0523e68f1972 General:
mario.liebisch
parents: 3077
diff changeset
    26
	Stage
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    27
	Underwater
3506
0523e68f1972 General:
mario.liebisch
parents: 3077
diff changeset
    28
	Compost
0523e68f1972 General:
mario.liebisch
parents: 3077
diff changeset
    29
	Olympics
0523e68f1972 General:
mario.liebisch
parents: 3077
diff changeset
    30
	Desert
1540
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)
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 98
diff changeset
    34
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 98
diff changeset
    35
install(FILES themes.cfg DESTINATION ${SHAREPATH}Data/Themes)