share/hedgewars/Data/Graphics/Hedgehog/CMakeLists.txt
author palewolf
Fri, 02 Apr 2010 22:42:47 +0000
changeset 3269 258d7f87c96e
parent 822 2ae8fd8ef804
child 8443 2debc9b9f917
permissions -rw-r--r--
Antialias Target.png and Clouds.png

file(GLOB HedgehogSprites *.png)

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