share/hedgewars/Data/Graphics/CMakeLists.txt
author nemo
Tue, 14 Dec 2010 17:47:38 -0500
changeset 4528 630f4ab0c926
parent 2747 7889a3a9724f
child 4748 ce9b48de1f52
permissions -rw-r--r--
Reorder top registered variables by frequency gathered from 60 or so games of varying length/type. Oh. And add green hair to joker.

add_subdirectory(AmmoMenu)
add_subdirectory(Flags)
add_subdirectory(Graves)
add_subdirectory(Hats)
add_subdirectory(Hedgehog)

file(GLOB BaseSprites *.png) 

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