share/hedgewars/Data/Themes/CMakeLists.txt
author unc0rr
Sun, 05 Apr 2009 17:48:48 +0000
changeset 1946 80030efe89fc
parent 1564 463c31090ed7
child 1992 e341e933a2a8
permissions -rw-r--r--
- Fix some CMakeFiles.txt files (by TheXception) - Optimize sprites with optipng
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
1946
80030efe89fc - Fix some CMakeFiles.txt files (by TheXception)
unc0rr
parents: 1564
diff changeset
    19
	Castle
80030efe89fc - Fix some CMakeFiles.txt files (by TheXception)
unc0rr
parents: 1564
diff changeset
    20
	Halloween
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    21
	)
1275
bd4048399541 Add Underwater theme
unc0rr
parents: 1229
diff changeset
    22
	add_subdirectory(${dir})
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 98
diff changeset
    23
endforeach(dir)
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 98
diff changeset
    24
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 98
diff changeset
    25
install(FILES themes.cfg DESTINATION ${SHAREPATH}Data/Themes)