share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author nemo
Sun, 04 Sep 2011 10:47:44 -0400
changeset 5760 8e9bd318171a
parent 2874 3c7c2bf1ba38
child 8443 2debc9b9f917
permissions -rw-r--r--
Add a bunch of new hats from the hats thread. There are still 20 or so that need pixel fixes that are not in this list.

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

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