share/hedgewars/Data/Graphics/Hedgehog/CMakeLists.txt
author nemo
Sun, 21 Jun 2009 17:48:05 +0000
changeset 2183 6336e37acf2d
parent 822 2ae8fd8ef804
child 8443 2debc9b9f917
permissions -rw-r--r--
Oops. Forgot the ugly graphic

file(GLOB HedgehogSprites *.png)

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