blob: eaff81240a3b31937bde90d2589e401d6621937b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
##### create translation templates ##############
tde_l10n_create_template(
CATALOG "korganizer"
SOURCES "." "tips"
)
tde_l10n_create_template(
CATALOG "desktop_files/korganizer-desktops/"
SOURCES *.desktop *.protocol
DESTINATION "${CMAKE_SOURCE_DIR}/translations"
)
|