share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author nemo
Sun, 06 Nov 2011 16:21:07 -0500
changeset 6308 ef2804785a4e
parent 2874 3c7c2bf1ba38
child 8443 2debc9b9f917
permissions -rw-r--r--
Might as well make the air attack team coloured too

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

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