share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author sheepluva
Sun, 11 Sep 2011 23:48:40 +0200
changeset 5868 04bd078e154f
parent 2874 3c7c2bf1ba38
child 8443 2debc9b9f917
permissions -rw-r--r--
cyclops hat by Randy

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

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