share/hedgewars/Data/Graphics/CMakeLists.txt
author koda
Wed, 21 Sep 2011 02:05:42 +0200
changeset 5976 306cedbeb213
parent 4748 ce9b48de1f52
child 6048 ae213ef7030a
permissions -rw-r--r--
fixed several 'retina display' images and added a bunch more (though just from upscaling the normal ones; might be nice to have 'em redrawn at a real higher resolution)

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

file(GLOB BaseSprites *.png) 
list(REMOVE_ITEM BaseSprites *@2x.png)

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