share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author nemo
Fri, 05 Nov 2010 13:28:53 -0400
changeset 4128 e8142ff97da7
parent 2874 3c7c2bf1ba38
child 8443 2debc9b9f917
permissions -rw-r--r--
Release custom hats into the wide wide world

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

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