share/hedgewars/Data/Locale/CMakeLists.txt
author unc0rr
Fri, 25 Jul 2008 13:52:35 +0000
changeset 1089 24e9e1ca0394
parent 1026 a415f436fe3a
child 1523 be52ace20c1a
permissions -rw-r--r--
First implementation of the Cake weapon
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1026
a415f436fe3a Add German translation
unc0rr
parents: 932
diff changeset
     1
file(GLOB txttrans ??.txt)
a415f436fe3a Add German translation
unc0rr
parents: 932
diff changeset
     2
file(GLOB qmtrans hedgewars_*.qm)
a415f436fe3a Add German translation
unc0rr
parents: 932
diff changeset
     3
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 98
diff changeset
     4
install(FILES
1026
a415f436fe3a Add German translation
unc0rr
parents: 932
diff changeset
     5
	${txttrans}
a415f436fe3a Add German translation
unc0rr
parents: 932
diff changeset
     6
	${qmtrans}
562
d1a9035175ed - Simplify build system files
unc0rr
parents: 402
diff changeset
     7
	DESTINATION ${SHAREPATH}Data/Locale)