share/hedgewars/Data/Themes/Planes/CMakeLists.txt
author unc0rr
Wed, 13 Aug 2008 22:35:27 +0000
changeset 1208 9f4704f3c6ea
parent 937 c1e6a770b043
child 2468 0b62498c201a
permissions -rw-r--r--
Add Sheep theme by Julien Koesten. Will be slightly corrected a bit later.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
937
c1e6a770b043 Add theme and map Plane by Tiyuri
unc0rr
parents:
diff changeset
     1
install(FILES
c1e6a770b043 Add theme and map Plane by Tiyuri
unc0rr
parents:
diff changeset
     2
	Flake.png
c1e6a770b043 Add theme and map Plane by Tiyuri
unc0rr
parents:
diff changeset
     3
	horizont.png
c1e6a770b043 Add theme and map Plane by Tiyuri
unc0rr
parents:
diff changeset
     4
	Sky.png
c1e6a770b043 Add theme and map Plane by Tiyuri
unc0rr
parents:
diff changeset
     5
	theme.cfg
c1e6a770b043 Add theme and map Plane by Tiyuri
unc0rr
parents:
diff changeset
     6
	DESTINATION ${SHAREPATH}Data/Themes/Planes)