share/hedgewars/Data/Graphics/Hedgehog/CMakeLists.txt
author nemo
Mon, 08 Oct 2012 13:27:46 -0400
changeset 7730 2013733f9ca9
parent 822 2ae8fd8ef804
child 8443 2debc9b9f917
permissions -rw-r--r--
A bit more on the knife. Also add missing files to CMakeLists

file(GLOB HedgehogSprites *.png)

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