share/hedgewars/Data/Locale/CMakeLists.txt
author unc0rr
Fri, 30 Jan 2009 14:59:59 +0000
changeset 1779 9d88af62a3bb
parent 1523 be52ace20c1a
child 1993 66ac34be63d1
permissions -rw-r--r--
Cache land texture update until frame render. This greately improves performance when there are many explosions, or you're using drilling weapon

file(GLOB txttrans ??.txt)
file(GLOB qmtrans hedgewars_*.qm)

install(FILES
	pt-br.txt	
	${txttrans}
	${qmtrans}
	DESTINATION ${SHAREPATH}Data/Locale)