share/hedgewars/Data/Locale/CMakeLists.txt
author koda
Thu, 01 Apr 2010 00:21:00 +0000
changeset 3223 f0e590790f3b
parent 1993 66ac34be63d1
child 3530 390e5048d39c
permissions -rw-r--r--
credits updated, adding Palewolf, sheepluva and prg as devs and replaced my previous openal stuff with something more current fixed diglett hat szczur updated locale

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

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