share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author unc0rr
Mon, 17 Aug 2009 10:53:55 +0000
changeset 2321 5378a9584914
parent 969 7e8a87136fae
child 2874 3c7c2bf1ba38
permissions -rw-r--r--
New hats, optimize some old ones

file(GLOB HatSprites *.png)

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