share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author nemo
Mon, 12 Sep 2011 16:51:45 -0400
changeset 5882 59716ac2fe4d
parent 2874 3c7c2bf1ba38
child 8443 2debc9b9f917
permissions -rw-r--r--
Fix hat naming, keep case consistent within the streetfighter group, fix spelling error.

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

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