share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author nemo
Fri, 02 Sep 2011 00:24:54 -0400
changeset 5728 aca2acfba4ca
parent 2874 3c7c2bf1ba38
child 8443 2debc9b9f917
permissions -rw-r--r--
*sigh* I suppose I'd best avoid those trademarks...

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

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