share/hedgewars/Data/Graphics/Hedgehog/CMakeLists.txt
author nemo
Thu, 15 Oct 2009 17:51:54 +0000
changeset 2459 a4176afd61e1
parent 822 2ae8fd8ef804
child 8443 2debc9b9f917
permissions -rw-r--r--
Molotov image placeholders - Tiy will add real ones shortly

file(GLOB HedgehogSprites *.png)

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