diff options
author | Slávek Banko <[email protected]> | 2020-05-24 15:10:35 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-05-24 15:11:55 +0200 |
commit | 2e8160919b4ba7b42125ecbe67e27c5f1a2894cb (patch) | |
tree | d76ddc4e8da15d96497410a06ca385f17cd26c2f /CMakeLists.txt | |
parent | 6b3af72b6ea867ffc0a20affe6af026bda95249b (diff) | |
download | kcmldap-2e8160919b4ba7b42125ecbe67e27c5f1a2894cb.tar.gz kcmldap-2e8160919b4ba7b42125ecbe67e27c5f1a2894cb.zip |
Move translations to a new directory layout.
Add support for LINGUAS for listing translations to install.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit ca44cf9341d5778728e6eb96734c3091260c6ba3)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7c8415b..9c4865c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,7 +71,7 @@ add_subdirectory( src ) add_subdirectory( pics ) add_subdirectory( cmdline ) add_subdirectory( cert-updater ) -tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po ) +tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations ) ##### write configure files |