diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2021-07-26 16:54:15 +0200 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2021-07-26 16:54:35 +0200 |
| commit | b3f9bd547b12d43d5d487cc6b325e64023c64de1 (patch) | |
| tree | 817dabd0a2ad81a6264b4beff03c2d526eaf69c2 /CMakeLists.txt | |
| parent | 71c21ca5eb067c96e53aa3d906594cbe04606828 (diff) | |
| download | kdbusnotification-b3f9bd54.tar.gz kdbusnotification-b3f9bd54.zip | |
Use common rules for build and install translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 763377ff636f06ae7e1a620d62361d6b7054769c)
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 40d48dd..2460d26 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -68,7 +68,11 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined" ##### directories add_subdirectory( src ) -tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations ) + + +##### other data ################################ + +tde_conditional_add_project_translations( BUILD_TRANSLATIONS ) ##### write configure files |
