diff options
author | Slávek Banko <[email protected]> | 2020-05-06 13:55:55 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-05-06 13:55:55 +0200 |
commit | 70377a7aef85aa6d77917861941e0344a4f778ba (patch) | |
tree | e61b6676fcdcce8f23eff22769dfd3d2789fcfd4 /CMakeLists.txt | |
parent | 0b99b0660ec81d51f903024f1fd491423b3e6746 (diff) | |
download | tdmtheme-70377a7aef85aa6d77917861941e0344a4f778ba.tar.gz tdmtheme-70377a7aef85aa6d77917861941e0344a4f778ba.zip |
Move translations to a new directory layout.
Add support for LINGUAS for listing translations to install.
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 5c0ac62..c454b69 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -70,7 +70,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined" add_subdirectory( src ) tde_conditional_add_subdirectory( BUILD_DOC doc ) -tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po ) +tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations ) ##### write configure files |