share/hedgewars/Data/Graphics/Hedgehog/CMakeLists.txt
author nemo
Sun, 06 Nov 2011 16:21:07 -0500
changeset 6308 ef2804785a4e
parent 822 2ae8fd8ef804
child 8443 2debc9b9f917
permissions -rw-r--r--
Might as well make the air attack team coloured too

file(GLOB HedgehogSprites *.png)

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