share/hedgewars/Data/Graphics/Hedgehog/CMakeLists.txt
author sheepluva
Sun, 29 Apr 2012 14:00:35 +0200
changeset 6953 4c2dd25630a7
parent 822 2ae8fd8ef804
child 8443 2debc9b9f917
permissions -rw-r--r--
* make HatModel update automatically (also renamed class and files) * removed nemo's ghost file :P

file(GLOB HedgehogSprites *.png)

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