share/hedgewars/Data/Maps/Castle/CMakeLists.txt
author unc0rr
Sun, 10 Aug 2008 14:23:25 +0000
changeset 1188 a578ec07cc25
parent 1174 2b34c68b1289
child 1349 49cf1e2edcd5
permissions -rw-r--r--
Fix installation path for Castle map
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1166
3d65497a391b Add Castle map
unc0rr
parents:
diff changeset
     1
install(FILES
3d65497a391b Add Castle map
unc0rr
parents:
diff changeset
     2
	map.png
3d65497a391b Add Castle map
unc0rr
parents:
diff changeset
     3
	map.cfg
1188
a578ec07cc25 Fix installation path for Castle map
unc0rr
parents: 1174
diff changeset
     4
	DESTINATION ${SHAREPATH}Data/Maps/Castle)