share/hedgewars/Data/Graphics/Hedgehog/CMakeLists.txt
author sheepluva
Sat, 01 May 2010 05:15:16 +0000
changeset 3384 7eb4707d43f0
parent 822 2ae8fd8ef804
child 8443 2debc9b9f917
permissions -rw-r--r--
* added some comments * added some nil checks * removed unused and incorrect _0_998 * added sine-gun (early alpha)

file(GLOB HedgehogSprites *.png)

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