share/hedgewars/Data/Maps/portal/CMakeLists.txt
author koda
Tue, 25 Dec 2012 04:45:22 +0100
branchwebgl
changeset 8330 aaefa587e277
parent 7908 7e52d5a655f1
child 8443 2debc9b9f917
permissions -rw-r--r--
update branch with default
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7908
7e52d5a655f1 add missing cmakelists.txt, move portal mission graphic to correct dir
nemo
parents:
diff changeset
     1
install(FILES
7e52d5a655f1 add missing cmakelists.txt, move portal mission graphic to correct dir
nemo
parents:
diff changeset
     2
	map.png
7e52d5a655f1 add missing cmakelists.txt, move portal mission graphic to correct dir
nemo
parents:
diff changeset
     3
	mask.png
7e52d5a655f1 add missing cmakelists.txt, move portal mission graphic to correct dir
nemo
parents:
diff changeset
     4
	map.cfg
7e52d5a655f1 add missing cmakelists.txt, move portal mission graphic to correct dir
nemo
parents:
diff changeset
     5
	preview.png
7e52d5a655f1 add missing cmakelists.txt, move portal mission graphic to correct dir
nemo
parents:
diff changeset
     6
	DESTINATION ${SHAREPATH}Data/Maps/portal)