share/hedgewars/Data/Maps/Basketball/CMakeLists.txt
author smxx
Sat, 06 Mar 2010 13:55:58 +0000
changeset 2958 e6f7620da87e
parent 1995 fd60c67489c2
child 3004 e9b3613cc3fb
permissions -rw-r--r--
Engine: * Changed order of game goals * Added texture drawing (based on pixel width/height; unused in HEAD right now but working on some ideas) * Added comments to trainings
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1995
fd60c67489c2 Add basketball to build system
unc0rr
parents:
diff changeset
     1
install(FILES
fd60c67489c2 Add basketball to build system
unc0rr
parents:
diff changeset
     2
	map.png
fd60c67489c2 Add basketball to build system
unc0rr
parents:
diff changeset
     3
	map.cfg
fd60c67489c2 Add basketball to build system
unc0rr
parents:
diff changeset
     4
	mask.png
fd60c67489c2 Add basketball to build system
unc0rr
parents:
diff changeset
     5
	preview.png
fd60c67489c2 Add basketball to build system
unc0rr
parents:
diff changeset
     6
	DESTINATION ${SHAREPATH}Data/Maps/Basketball)