share/hedgewars/Data/Maps/HedgeFortress/CMakeLists.txt
author sheepluva
Sun, 29 Apr 2012 20:52:10 +0200
changeset 6960 822f8269e13f
parent 6110 e7c62d53d2fd
child 8443 2debc9b9f917
permissions -rw-r--r--
map, theme & style selection won't be lost on data updata now (except the selected map/theme/style is deleted ofc). enabling F5 key to reload data :>
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1563
4ae873e854f8 Add 3 new maps
unc0rr
parents:
diff changeset
     1
install(FILES
4ae873e854f8 Add 3 new maps
unc0rr
parents:
diff changeset
     2
	map.png
6110
e7c62d53d2fd add a couple more
nemo
parents: 1563
diff changeset
     3
	mask.png
1563
4ae873e854f8 Add 3 new maps
unc0rr
parents:
diff changeset
     4
	map.cfg
4ae873e854f8 Add 3 new maps
unc0rr
parents:
diff changeset
     5
	preview.png
4ae873e854f8 Add 3 new maps
unc0rr
parents:
diff changeset
     6
	DESTINATION ${SHAREPATH}Data/Maps/HedgeFortress)