share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author nemo
Fri, 25 Feb 2011 16:32:24 -0500
changeset 4954 b17aafd93c17
parent 2874 3c7c2bf1ba38
child 8443 2debc9b9f917
permissions -rw-r--r--
Fix PNG offsets (also some non-RGB)

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

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