share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author unc0rr
Tue, 19 Jun 2012 01:20:19 +0400
changeset 7265 3f96073156e1
parent 2874 3c7c2bf1ba38
child 8443 2debc9b9f917
permissions -rw-r--r--
Output log to stdout instead of stderr

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

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