share/hedgewars/Data/Maps/Knockball/CMakeLists.txt
author koda
Mon, 14 Jan 2013 11:28:19 +0100
changeset 8378 3a298d487ddd
parent 8377 869f80966a77
child 8443 2debc9b9f917
permissions -rw-r--r--
provide a nice mission description, feel free to improve
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3238
e99a43a2405b Somehow, these files are not using local encoding
nemo
parents: 3004
diff changeset
     1
install(FILES
e99a43a2405b Somehow, these files are not using local encoding
nemo
parents: 3004
diff changeset
     2
	map.png
e99a43a2405b Somehow, these files are not using local encoding
nemo
parents: 3004
diff changeset
     3
	map.cfg
e99a43a2405b Somehow, these files are not using local encoding
nemo
parents: 3004
diff changeset
     4
	map.lua
e99a43a2405b Somehow, these files are not using local encoding
nemo
parents: 3004
diff changeset
     5
	preview.png
8377
869f80966a77 GCI2012: Improve Game Configuration Widget
dag10
parents: 3238
diff changeset
     6
	desc.txt
3238
e99a43a2405b Somehow, these files are not using local encoding
nemo
parents: 3004
diff changeset
     7
	DESTINATION ${SHAREPATH}Data/Maps/Knockball)