share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author unc0rr
Mon, 29 Oct 2012 00:03:42 +0400
changeset 7863 34fc0644d231
parent 2874 3c7c2bf1ba38
child 8443 2debc9b9f917
permissions -rw-r--r--
Slight update of russian translation

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

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