blob: 8e1ef85b10a705fc8325df9d47e0db1e58d75663 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
##### create translation templates ##############
tde_l10n_create_template(
CATALOG "nsplugin"
EXCLUDES "/test/"
)
tde_l10n_create_template(
CATALOG "desktop_files/tdehtml_plugins.desktop/"
SOURCES tdehtml_plugins.desktop
DESTINATION "${CMAKE_SOURCE_DIR}/translations"
)
|