diff options
author | Slávek Banko <[email protected]> | 2020-05-01 19:32:32 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-05-01 19:32:44 +0200 |
commit | a306a79422f7693d18f350eb2f933a119295437e (patch) | |
tree | e70287960846d23670f68140f69646b5901b92ce /CMakeLists.txt | |
parent | 84a03c5e06cbd5f5dda2a0f53f828525ffa5da4d (diff) | |
download | kpicosim-a306a79422f7693d18f350eb2f933a119295437e.tar.gz kpicosim-a306a79422f7693d18f350eb2f933a119295437e.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]>
(cherry picked from commit a85f52b03c37a4c84274e71176edbcc31cdbd5d1)
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 1b926ce..9b1257f 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 |