share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author sheepluva
Tue, 29 Mar 2011 22:05:18 +0200
changeset 5069 79c227764801
parent 2874 3c7c2bf1ba38
child 8443 2debc9b9f917
permissions -rw-r--r--
fix clipping fails on 2 hats

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

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