share/hedgewars/Data/Graphics/Hedgehog/CMakeLists.txt
author nemo
Sun, 02 May 2010 02:58:59 +0000
changeset 3396 e5b3e5f2818e
parent 822 2ae8fd8ef804
child 8443 2debc9b9f917
permissions -rw-r--r--
More portal changes. Allows for a multishoot utility. Hopefully not breaking anything.

file(GLOB HedgehogSprites *.png)

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