share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author nemo
Sun, 04 Sep 2011 14:05:11 -0400
changeset 5775 49c5a490f230
parent 2874 3c7c2bf1ba38
child 8443 2debc9b9f917
permissions -rw-r--r--
copy/paste fail

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

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