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