share/hedgewars/Data/Themes/CMakeLists.txt
author nemo
Tue, 19 Apr 2011 15:34:21 -0400
changeset 5165 91fb710a6668
parent 5104 e31409482740
child 5279 66969e7494c5
permissions -rw-r--r--
Disable Digital/Beach since Tiy's made clear he feels the problems are too extensive to fix. Remove Chunk from Beach theme due copyright violation
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
1992
e341e933a2a8 Add castle and halloween to install
unc0rr
parents: 1946
diff changeset
    19
	Halloween
3077
8bf3b6d9839c Uppercase all theme and map names
nemo
parents: 2709
diff changeset
    20
	Hell
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    21
	Island
4052
dd5e00d79efe Jungle theme with a few touches by Palewolf (missing droplets/splash, wrong background size)
KoRn666
parents: 3506
diff changeset
    22
	Jungle
3077
8bf3b6d9839c Uppercase all theme and map names
nemo
parents: 2709
diff changeset
    23
	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
    24
	Olympics
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    25
	Planes
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    26
	Sheep
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    27
	Snow
3506
0523e68f1972 General:
mario.liebisch
parents: 3077
diff changeset
    28
	Stage
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    29
	Underwater
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    30
	)
1275
bd4048399541 Add Underwater theme
unc0rr
parents: 1229
diff changeset
    31
	add_subdirectory(${dir})
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 98
diff changeset
    32
endforeach(dir)
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 98
diff changeset
    33
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 98
diff changeset
    34
install(FILES themes.cfg DESTINATION ${SHAREPATH}Data/Themes)