share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author bovi
Sun, 15 Jan 2012 22:29:24 +0100
changeset 6569 64f9fbd48b9e
parent 2874 3c7c2bf1ba38
child 8443 2debc9b9f917
permissions -rw-r--r--
updated win build script

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

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