share/hedgewars/Data/Themes/CMakeLists.txt
author unc0rr
Fri, 02 Jan 2009 17:31:47 +0000
changeset 1564 463c31090ed7
parent 1540 adcf8c366c79
child 1946 80030efe89fc
permissions -rw-r--r--
Add themes for new maps
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
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
     6
	City
1564
463c31090ed7 Add themes for new maps
unc0rr
parents: 1540
diff changeset
     7
	CrazyMission
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
     8
	EarthRise
1564
463c31090ed7 Add themes for new maps
unc0rr
parents: 1540
diff changeset
     9
	Eyes
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    10
	Freeway
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    11
	hell
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    12
	Island
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    13
	nature
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    14
	Planes
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    15
	Sheep
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    16
	Snow
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    17
	cheese
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    18
	Underwater
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    19
	)
1275
bd4048399541 Add Underwater theme
unc0rr
parents: 1229
diff changeset
    20
	add_subdirectory(${dir})
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 98
diff changeset
    21
endforeach(dir)
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 98
diff changeset
    22
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 98
diff changeset
    23
install(FILES themes.cfg DESTINATION ${SHAREPATH}Data/Themes)