share/hedgewars/Data/Maps/Bubbleflow/CMakeLists.txt
author sheepluva
Fri, 14 Jan 2011 17:01:29 +0100
changeset 4840 d607e8c5a743
parent 1977 2284d7fefe4f
child 8443 2debc9b9f917
permissions -rw-r--r--
also convert/pngcrush png pictures with 16bit/channel (resulting in 8bit/channel) and repage their layers (as I found out that some of the pics had their layer offset the actual visual area, which makes the picture look blank in gimp)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1977
2284d7fefe4f Some polishing
unc0rr
parents:
diff changeset
     1
install(FILES
2284d7fefe4f Some polishing
unc0rr
parents:
diff changeset
     2
	map.png
2284d7fefe4f Some polishing
unc0rr
parents:
diff changeset
     3
	map.cfg
2284d7fefe4f Some polishing
unc0rr
parents:
diff changeset
     4
	preview.png
2284d7fefe4f Some polishing
unc0rr
parents:
diff changeset
     5
	DESTINATION ${SHAREPATH}Data/Maps/Bubbleflow)