share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author smaxx
Fri, 10 Sep 2010 16:42:11 +0200
changeset 3847 771562124b16
parent 2874 3c7c2bf1ba38
child 8443 2debc9b9f917
permissions -rw-r--r--
Engine: * Tiny adjustment to improve AI's Watermelon Bomb accuracy Graphics: * New flame graphics * Fixed mirrored earth in the mirrored fort graphic

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

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