share/hedgewars/Data/Maps/portal/CMakeLists.txt
author nemo
Wed, 31 Oct 2012 16:35:43 -0400
branch0.9.18
changeset 7908 7e52d5a655f1
child 8443 2debc9b9f917
permissions -rw-r--r--
add missing cmakelists.txt, move portal mission graphic to correct dir
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)