diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2021-07-04 10:55:58 +0200 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2021-07-04 18:44:53 +0200 |
| commit | b20852c96b0bec2df96260212eacda0a3c66f05b (patch) | |
| tree | 84241b5218e3e5fb4b132702a806fd50e66cc953 /CMakeLists.txt | |
| parent | 057207721ce4476a7967d68903a1f0520d558c5a (diff) | |
| download | tellico-b20852c9.tar.gz tellico-b20852c9.zip | |
Copy translations to a new directory layout.
Use common rules to build translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 37c490ee893b3460509ce5128a584471f0f9cca9)
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 0f81f9d..afa9cb7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -98,12 +98,12 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined" add_subdirectory( src ) add_subdirectory( icons ) add_subdirectory( xslt ) -tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po ) ##### other data ################################ tde_conditional_add_project_docs( BUILD_DOC ) +tde_conditional_add_project_translations( BUILD_TRANSLATIONS ) install( FILES tellico.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} |
