share/hedgewars/Data/Graphics/Hedgehog/CMakeLists.txt
author sheepluva
Thu, 03 Feb 2011 07:00:38 +0100
changeset 4913 f0d48df35f86
parent 822 2ae8fd8ef804
child 8443 2debc9b9f917
permissions -rw-r--r--
graphic for sinegun, will probably tweak it soon(TM) though

file(GLOB HedgehogSprites *.png)

install(FILES
	${HedgehogSprites}
	DESTINATION ${SHAREPATH}Data/Graphics/Hedgehog)