diff options
author | Slávek Banko <[email protected]> | 2020-09-29 13:00:36 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-09-29 13:00:36 +0200 |
commit | 75cc3e6aa607d9b9671efd2aad3882c5ed317bc3 (patch) | |
tree | 4e444a973dbf882d24de7fcb6ec37dfe409ed96e /CMakeLists.txt | |
parent | 65d08b5b3cd629d406f8bf1cffa6ea392a93b3b7 (diff) | |
download | kerberostray-75cc3e6aa607d9b9671efd2aad3882c5ed317bc3.tar.gz kerberostray-75cc3e6aa607d9b9671efd2aad3882c5ed317bc3.zip |
Move translations to a new directory layout.
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 3ac71d1..8ec225b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,7 +67,7 @@ set( CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,--no-undefined" ##### directories add_subdirectory( src ) -tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po ) +tde_conditional_add_subdirectory( BUILD_TRANSLATIONS translations ) ##### write configure files |