diff options
author | Slávek Banko <[email protected]> | 2020-04-30 17:55:14 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-04-30 17:55:14 +0200 |
commit | 7cb3cc04cba44c27bf3126b560c55061029f4ece (patch) | |
tree | b2538d4fa92e506e59afd15787da7375265fe279 /translations/CMakeLists.txt | |
parent | c89c7b00a944e47a23b85621a574fe23317ccac0 (diff) | |
download | knowit-7cb3cc04cba44c27bf3126b560c55061029f4ece.tar.gz knowit-7cb3cc04cba44c27bf3126b560c55061029f4ece.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 'translations/CMakeLists.txt')
-rw-r--r-- | translations/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/translations/CMakeLists.txt b/translations/CMakeLists.txt new file mode 100644 index 0000000..42b186a --- /dev/null +++ b/translations/CMakeLists.txt @@ -0,0 +1 @@ +tde_auto_add_subdirectories() |