diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-05-03 15:01:56 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-05-03 15:02:37 +0200 |
commit | 1347d3cadf136ebe4287afd94a1853f95fda8e59 (patch) | |
tree | 40697291210ca223fae7526712fa964097106d5e /CMakeLists.txt | |
parent | 115550a1e895d03f2a279b66dcfd5d04b6a6645b (diff) | |
download | kvpnc-1347d3cadf136ebe4287afd94a1853f95fda8e59.tar.gz kvpnc-1347d3cadf136ebe4287afd94a1853f95fda8e59.zip |
Move translations to a new directory layout.
Add support for LINGUAS for listing translations to install.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 6f3d0003b34c0e9458423500d5ca7ebd0e33a23d)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f2d9f41..9a7b51e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -69,9 +69,8 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined" ##### directories add_subdirectory( src ) -tde_conditional_add_subdirectory( BUILD_DOC doc ) -tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po ) - +tde_conditional_add_subdirectory( BUILD_DOC doc ) +tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations ) ##### write configure files |