blob: a080c11be06ff8445d323efcd123e42014c65d9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
##### create translation templates ##############
tde_l10n_create_template(
CATALOG "libtdepim"
SOURCES
"."
"../libemailfunctions"
"../libkpimidentities"
EXCLUDES "(^|/)tests/"
)
tde_l10n_create_template(
CATALOG "desktop_files/libtdepim-desktops/"
SOURCES *.desktop
DESTINATION "${CMAKE_SOURCE_DIR}/translations"
)
|