share/hedgewars/Data/Graphics/Hedgehog/CMakeLists.txt
author smxx
Sun, 28 Feb 2010 17:20:49 +0000
changeset 2884 a2ca1f7fe6c5
parent 822 2ae8fd8ef804
child 8443 2debc9b9f917
permissions -rw-r--r--
General: * Renamed hats (shorter names) * Updated SVN ignore lists

file(GLOB HedgehogSprites *.png)

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