share/hedgewars/Data/Graphics/Hedgehog/CMakeLists.txt
author smxx
Sat, 27 Mar 2010 14:57:41 +0000
changeset 3110 c8d7c852e26a
parent 822 2ae8fd8ef804
child 8443 2debc9b9f917
permissions -rw-r--r--
Engine: * Fixed new animations/sprites for homing bee

file(GLOB HedgehogSprites *.png)

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