share/hedgewars/Data/Forts/CMakeLists.txt
author smaxx
Fri, 10 Sep 2010 16:42:11 +0200
changeset 3847 771562124b16
parent 3822 ee85a9c73ece
child 5982 283be2ca54a7
permissions -rw-r--r--
Engine: * Tiny adjustment to improve AI's Watermelon Bomb accuracy Graphics: * New flame graphics * Fixed mirrored earth in the mirrored fort graphic

file(GLOB FortSprites *L.png *R.png) 

install(FILES
	${FortSprites}
	DESTINATION ${SHAREPATH}Data/Forts)