share/hedgewars/Data/Themes/CMakeLists.txt
author mario.liebisch
Wed, 16 Jun 2010 13:48:10 +0200
changeset 3506 0523e68f1972
parent 3077 8bf3b6d9839c
child 4052 dd5e00d79efe
permissions -rw-r--r--
General: * Added new themes: Art, Brick, Stage * Added new background music: Art, Brick, Castle, Compost (former Nature), Desert, Olympics, Nature
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
8bf3b6d9839c Uppercase all theme and map names
nemo
parents: 2709
diff changeset
    10
    Deepspace
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    11
	City
1564
463c31090ed7 Add themes for new maps
unc0rr
parents: 1540
diff changeset
    12
	CrazyMission
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    13
	EarthRise
1564
463c31090ed7 Add themes for new maps
unc0rr
parents: 1540
diff changeset
    14
	Eyes
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    15
	Freeway
1992
e341e933a2a8 Add castle and halloween to install
unc0rr
parents: 1946
diff changeset
    16
	Halloween
3077
8bf3b6d9839c Uppercase all theme and map names
nemo
parents: 2709
diff changeset
    17
	Hell
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    18
	Island
3077
8bf3b6d9839c Uppercase all theme and map names
nemo
parents: 2709
diff changeset
    19
	Nature
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    20
	Planes
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    21
	Sheep
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    22
	Snow
3506
0523e68f1972 General:
mario.liebisch
parents: 3077
diff changeset
    23
	Stage
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    24
	Underwater
3506
0523e68f1972 General:
mario.liebisch
parents: 3077
diff changeset
    25
	Compost
0523e68f1972 General:
mario.liebisch
parents: 3077
diff changeset
    26
	Olympics
0523e68f1972 General:
mario.liebisch
parents: 3077
diff changeset
    27
	Desert
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    28
	)
1275
bd4048399541 Add Underwater theme
unc0rr
parents: 1229
diff changeset
    29
	add_subdirectory(${dir})
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 98
diff changeset
    30
endforeach(dir)
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 98
diff changeset
    31
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 98
diff changeset
    32
install(FILES themes.cfg DESTINATION ${SHAREPATH}Data/Themes)