share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author palewolf
Tue, 30 Mar 2010 20:34:16 +0000
changeset 3192 b2e3e83cf3b2
parent 2874 3c7c2bf1ba38
child 8443 2debc9b9f917
permissions -rw-r--r--
Insert commit message here about deleting hats ...oh, also Rambo hat i had lying around

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

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