share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author sheepluva
Sun, 29 Apr 2012 14:00:35 +0200
changeset 6953 4c2dd25630a7
parent 2874 3c7c2bf1ba38
child 8443 2debc9b9f917
permissions -rw-r--r--
* make HatModel update automatically (also renamed class and files) * removed nemo's ghost file :P

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

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