share/hedgewars/Data/Themes/CMakeLists.txt
author nemo
Sun, 24 Jan 2010 16:25:10 +0000
changeset 2708 84bf57349d46
parent 2507 c99f13e604d0
child 2709 4fa7c5bd067c
permissions -rw-r--r--
forgot Themes CMakeLists file
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
2507
c99f13e604d0 Missing deepspace theme
nemo
parents: 2474
diff changeset
     8
    deepspace
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
     9
	City
1564
463c31090ed7 Add themes for new maps
unc0rr
parents: 1540
diff changeset
    10
	CrazyMission
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    11
	EarthRise
1564
463c31090ed7 Add themes for new maps
unc0rr
parents: 1540
diff changeset
    12
	Eyes
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    13
	Freeway
1992
e341e933a2a8 Add castle and halloween to install
unc0rr
parents: 1946
diff changeset
    14
	Halloween
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    15
	hell
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    16
	Island
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    17
	nature
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    18
	Planes
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    19
	Sheep
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    20
	Snow
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    21
	Underwater
2474
f2f8bdb207d4 Left Compost out, try giving dirt full opacity
nemo
parents: 1992
diff changeset
    22
    Compost
2708
84bf57349d46 forgot Themes CMakeLists file
nemo
parents: 2507
diff changeset
    23
    Olympics
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    24
	)
1275
bd4048399541 Add Underwater theme
unc0rr
parents: 1229
diff changeset
    25
	add_subdirectory(${dir})
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 98
diff changeset
    26
endforeach(dir)
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 98
diff changeset
    27
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 98
diff changeset
    28
install(FILES themes.cfg DESTINATION ${SHAREPATH}Data/Themes)