diff options
author | Slávek Banko <[email protected]> | 2021-08-26 03:29:42 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-08-26 14:18:18 +0200 |
commit | af07d98a53810517eedc97f3ef6bc42670635c4d (patch) | |
tree | db0651c108529552df8b8ea2d0dd40e805827905 /CMakeLists.txt | |
parent | 39ec936b1fc1565b0fa34bf6421c4b1fa93cba03 (diff) | |
download | tdesshaskpass-af07d98a53810517eedc97f3ef6bc42670635c4d.tar.gz tdesshaskpass-af07d98a53810517eedc97f3ef6bc42670635c4d.zip |
Add CMakeL10n rules.v3.5.13-sru
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 942f88e..73bda65 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -64,7 +64,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "-Wl,--no-undefined" ) add_subdirectory( src ) tde_conditional_add_project_docs( BUILD_DOC ) -#tde_conditional_add_project_translations( BUILD_TRANSLATIONS ) +tde_conditional_add_project_translations( BUILD_TRANSLATIONS ) ##### write configure files ##################### |