share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author nemo
Sun, 04 Sep 2011 17:26:38 -0400
changeset 5779 060d7572f9f6
parent 2874 3c7c2bf1ba38
child 8443 2debc9b9f917
permissions -rw-r--r--
Move a few more, exclude NoHat and team hats from animation

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

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