share/hedgewars/Data/Themes/CMakeLists.txt
author nemo
Fri, 16 Oct 2009 01:44:23 +0000
changeset 2474 f2f8bdb207d4
parent 1992 e341e933a2a8
child 2507 c99f13e604d0
permissions -rw-r--r--
Left Compost out, try giving dirt full opacity
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1275
bd4048399541 Add Underwater theme
unc0rr
parents: 1229
diff changeset
     1
foreach(dir
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
     2
	Bamboo
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
     3
	Bath
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
     4
	Blox
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
     5
	Cake
1992
e341e933a2a8 Add castle and halloween to install
unc0rr
parents: 1946
diff changeset
     6
	Castle
e341e933a2a8 Add castle and halloween to install
unc0rr
parents: 1946
diff changeset
     7
	cheese
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
     8
	City
1564
463c31090ed7 Add themes for new maps
unc0rr
parents: 1540
diff changeset
     9
	CrazyMission
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    10
	EarthRise
1564
463c31090ed7 Add themes for new maps
unc0rr
parents: 1540
diff changeset
    11
	Eyes
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    12
	Freeway
1992
e341e933a2a8 Add castle and halloween to install
unc0rr
parents: 1946
diff changeset
    13
	Halloween
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    14
	hell
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    15
	Island
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    16
	nature
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    17
	Planes
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    18
	Sheep
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    19
	Snow
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    20
	Underwater
2474
f2f8bdb207d4 Left Compost out, try giving dirt full opacity
nemo
parents: 1992
diff changeset
    21
    Compost
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    22
	)
1275
bd4048399541 Add Underwater theme
unc0rr
parents: 1229
diff changeset
    23
	add_subdirectory(${dir})
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 98
diff changeset
    24
endforeach(dir)
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 98
diff changeset
    25
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 98
diff changeset
    26
install(FILES themes.cfg DESTINATION ${SHAREPATH}Data/Themes)