share/hedgewars/Data/Graphics/Hedgehog/CMakeLists.txt
author unc0rr
Thu, 08 May 2008 21:27:59 +0000
changeset 919 fadfefc2ae40
parent 822 2ae8fd8ef804
child 8443 2debc9b9f917
permissions -rw-r--r--
It looks like fix for cluster bomb issue...

file(GLOB HedgehogSprites *.png)

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