share/hedgewars/Data/Graphics/CMakeLists.txt
author nemo
Sun, 04 Sep 2011 10:47:44 -0400
changeset 5760 8e9bd318171a
parent 4748 ce9b48de1f52
child 5976 306cedbeb213
permissions -rw-r--r--
Add a bunch of new hats from the hats thread. There are still 20 or so that need pixel fixes that are not in this list.

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

file(GLOB BaseSprites *.png) 

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