share/hedgewars/Data/Graphics/Hedgehog/CMakeLists.txt
author nemo
Sun, 14 Mar 2010 16:47:29 +0000
changeset 2987 3abaf01b4ce3
parent 822 2ae8fd8ef804
child 8443 2debc9b9f917
permissions -rw-r--r--
Tiy adds active weapon icons for a bunch of things.

file(GLOB HedgehogSprites *.png)

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