share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author palewolf
Fri, 02 Apr 2010 15:28:09 +0000
changeset 3252 1550881c5bb8
parent 2874 3c7c2bf1ba38
child 8443 2debc9b9f917
permissions -rw-r--r--
Retouched Pikachu hat

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

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