share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author sheepluva
Wed, 14 Sep 2011 20:42:45 +0200
changeset 5905 0a00bbe97e22
parent 2874 3c7c2bf1ba38
child 8443 2debc9b9f917
permissions -rw-r--r--
some love for TeamHeadband.png

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

install(FILES
	${HatSprites}
	DESTINATION ${SHAREPATH}Data/Graphics/Hats)