diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-05-01 19:32:32 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-05-01 19:32:32 +0200 |
commit | a85f52b03c37a4c84274e71176edbcc31cdbd5d1 (patch) | |
tree | f8af46203fda74d1c1715d3c0bfe8854d591877b /CMakeLists.txt | |
parent | feaec5ce243c7283038ba438f2ac7719f438ff2c (diff) | |
download | kpicosim-a85f52b03c37a4c84274e71176edbcc31cdbd5d1.tar.gz kpicosim-a85f52b03c37a4c84274e71176edbcc31cdbd5d1.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>
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 e16b6ee..794dac9 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 |