share/hedgewars/Data/Forts/CMakeLists.txt
author koda
Fri, 03 Sep 2010 01:54:29 +0200
changeset 3822 ee85a9c73ece
parent 3789 c3eb56754e92
child 5982 283be2ca54a7
permissions -rw-r--r--
*patch by arrom: fix installation of fort images *patch by arrom: remove the need of qm translation files *ifrontend: don't use spaces

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

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