diff options
author | Slávek Banko <[email protected]> | 2021-07-26 16:54:15 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-07-26 16:54:15 +0200 |
commit | 763377ff636f06ae7e1a620d62361d6b7054769c (patch) | |
tree | 7ae1eb187e323cd05cee022d46d836ff196bd486 /CMakeLists.txt | |
parent | 64665729e4d013328afd69f3bcab3fc4bfa16448 (diff) | |
download | kdbusnotification-763377ff636f06ae7e1a620d62361d6b7054769c.tar.gz kdbusnotification-763377ff636f06ae7e1a620d62361d6b7054769c.zip |
Use common rules for build and install translations.
Signed-off-by: Slávek Banko <[email protected]>
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 b83494e..978b2d9 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 |