share/hedgewars/Data/Themes/Blox/CMakeLists.txt
author unc0rr
Fri, 05 Dec 2008 21:40:23 +0000
changeset 1540 adcf8c366c79
child 2468 0b62498c201a
permissions -rw-r--r--
Add new themes data to build system
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents:
diff changeset
     1
install(FILES
adcf8c366c79 Add new themes data to build system
unc0rr
parents:
diff changeset
     2
	Border.png
adcf8c366c79 Add new themes data to build system
unc0rr
parents:
diff changeset
     3
	Flake.png
adcf8c366c79 Add new themes data to build system
unc0rr
parents:
diff changeset
     4
	LandTex.png
adcf8c366c79 Add new themes data to build system
unc0rr
parents:
diff changeset
     5
	Sky.png
adcf8c366c79 Add new themes data to build system
unc0rr
parents:
diff changeset
     6
	horizont.png
adcf8c366c79 Add new themes data to build system
unc0rr
parents:
diff changeset
     7
	icon.png
adcf8c366c79 Add new themes data to build system
unc0rr
parents:
diff changeset
     8
	plant1.png
adcf8c366c79 Add new themes data to build system
unc0rr
parents:
diff changeset
     9
	plant2.png
adcf8c366c79 Add new themes data to build system
unc0rr
parents:
diff changeset
    10
	plant3.png
adcf8c366c79 Add new themes data to build system
unc0rr
parents:
diff changeset
    11
	plant4.png
adcf8c366c79 Add new themes data to build system
unc0rr
parents:
diff changeset
    12
	theme.cfg
adcf8c366c79 Add new themes data to build system
unc0rr
parents:
diff changeset
    13
	DESTINATION ${SHAREPATH}Data/Themes/Blox)