share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author koda
Sat, 26 Sep 2009 03:44:32 +0000
changeset 2393 068632066f80
parent 969 7e8a87136fae
child 2874 3c7c2bf1ba38
permissions -rw-r--r--
some fixes for the autoupdate thingy

file(GLOB HatSprites *.png)

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