share/hedgewars/Data/Locale/CMakeLists.txt
author nemo
Tue, 08 Dec 2009 17:37:41 +0000
changeset 2656 f66f6d8e3297
parent 1993 66ac34be63d1
child 3530 390e5048d39c
permissions -rw-r--r--
revert 2695 until I figure out why the linguist update stripped the numerusforms.

file(GLOB txttrans2 ??.txt)
file(GLOB txttrans5 ?????.txt)
file(GLOB qmtrans hedgewars_*.qm)

install(FILES
	${txttrans2}
	${txttrans5}
	${qmtrans}
	DESTINATION ${SHAREPATH}Data/Locale)