share/hedgewars/Data/Graphics/Graves/CMakeLists.txt
author sheepluva
Thu, 01 Apr 2010 08:26:16 +0000
changeset 3231 a578cbf5d543
parent 1032 bf6f5122baf7
child 8443 2debc9b9f917
permissions -rw-r--r--
* fix SmokeTrace and EvilTrace to be centered instead of 2 pixel off * ran "optipng -o5 -np -nc -nb *.png" on Data/Graphics

file(GLOB GraveSprites *.png) 

install(FILES
	${GraveSprites}
	DESTINATION ${SHAREPATH}Data/Graphics/Graves)