share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author smxx
Fri, 07 May 2010 10:54:07 +0000
changeset 3445 1ce844170014
parent 2874 3c7c2bf1ba38
child 8443 2debc9b9f917
permissions -rw-r--r--
Engine: * Added possibility to use hats with areas tinted with team color Frontend: * Updated hat preview to include tinted areas

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

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