diff options
author | Slávek Banko <[email protected]> | 2022-01-30 16:21:43 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2022-01-30 16:21:43 +0100 |
commit | 4a14670c0042e50e0efa30bf81f7a72e74c4a923 (patch) | |
tree | a33b561ffeb480a159fc03c2683cdb5a1f8ba979 /CMakeLists.txt | |
parent | 9ab5d687175d70af5145379608c34f9832043932 (diff) | |
download | ktechlab-4a14670c0042e50e0efa30bf81f7a72e74c4a923.tar.gz ktechlab-4a14670c0042e50e0efa30bf81f7a72e74c4a923.zip |
Copy translations to a new directory layout.
Use common rules for build and install translations.
Added translation of .desktop files.
Signed-off-by: Slávek Banko <[email protected]>
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 407d179..2bf6219 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -75,7 +75,7 @@ add_subdirectory( src ) add_subdirectory( icons ) add_subdirectory( microbe ) tde_conditional_add_project_docs( BUILD_DOC ) -tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po ) +tde_conditional_add_project_translations( BUILD_TRANSLATIONS ) ##### write configure files |