share/hedgewars/Data/Themes/wood/CMakeLists.txt
author unc0rr
Fri, 15 Sep 2006 13:47:01 +0000
changeset 146 458f4f58c1b6
parent 98 f1d252c234ec
child 184 f97a7a3dc8f6
permissions -rw-r--r--
- Fix AI not to damage self hedgehogs - Fix checking for winner - main.cpp shouldn't be changed without changing main.cpp.in
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
89
f9db56409a86 - Fix various bugs
unc0rr
parents:
diff changeset
     1
install(FILES
f9db56409a86 - Fix various bugs
unc0rr
parents:
diff changeset
     2
	Border.png
f9db56409a86 - Fix various bugs
unc0rr
parents:
diff changeset
     3
	gr1.png
f9db56409a86 - Fix various bugs
unc0rr
parents:
diff changeset
     4
	horizont.png
f9db56409a86 - Fix various bugs
unc0rr
parents:
diff changeset
     5
	LandTex.png
f9db56409a86 - Fix various bugs
unc0rr
parents:
diff changeset
     6
	leaf1.png
f9db56409a86 - Fix various bugs
unc0rr
parents:
diff changeset
     7
	leaf2.png
f9db56409a86 - Fix various bugs
unc0rr
parents:
diff changeset
     8
	Sky.png
f9db56409a86 - Fix various bugs
unc0rr
parents:
diff changeset
     9
	tree.png
f9db56409a86 - Fix various bugs
unc0rr
parents:
diff changeset
    10
	theme.cfg
98
f1d252c234ec Repair build system
unc0rr
parents: 96
diff changeset
    11
	DESTINATION ${SHAREPATH}Data/Themes/wood)