share/hedgewars/Data/Forts/CMakeLists.txt
author smxx
Wed, 17 Feb 2010 17:38:32 +0000
changeset 2820 389e8b286afe
parent 1032 bf6f5122baf7
child 3789 c3eb56754e92
permissions -rw-r--r--
Frontend: * Possible fix to engine window losing it's focus while Xfire is active (too sporadic to test)

file(GLOB FortSprites *.png) 

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