share/hedgewars/Data/Graphics/Hedgehog/CMakeLists.txt
author nemo
Sun, 07 Oct 2012 16:44:16 -0400
changeset 7729 c374746bb56e
parent 822 2ae8fd8ef804
child 8443 2debc9b9f917
permissions -rw-r--r--
Data for copying throwing knife to Land once it hits.

file(GLOB HedgehogSprites *.png)

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