share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author palewolf
Mon, 29 Mar 2010 23:47:38 +0000
changeset 3168 c542c8e3cf77
parent 2874 3c7c2bf1ba38
child 8443 2debc9b9f917
permissions -rw-r--r--
Fix a small glitch due to scaling down in mines and airplaine pixmaps

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

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