share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author Henek
Sat, 13 Nov 2010 14:40:06 +0100
changeset 4307 eb0f5c45e7ab
parent 2874 3c7c2bf1ba38
child 8443 2debc9b9f917
permissions -rw-r--r--
added new sprite for drill strike drills, not intended for .15 release

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

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