diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-07-30 13:44:31 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-07-30 13:44:31 +0200 |
commit | ea52a4daef5a0c19bee0c782941c22de9324c938 (patch) | |
tree | ac78497df8c0cf5da84e784a6174e927ba278b74 /CMakeLists.txt | |
parent | 87e067d13279a2f4acb395f7d598af781ce2f6f1 (diff) | |
download | tde-style-lipstik-ea52a4daef5a0c19bee0c782941c22de9324c938.tar.gz tde-style-lipstik-ea52a4daef5a0c19bee0c782941c22de9324c938.zip |
Use common rules for build and install translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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 80c3007..fe67f79 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( style ) -tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations ) + + +##### other data ################################ + +tde_conditional_add_project_translations( BUILD_TRANSLATIONS ) ##### write configure files |