diff options
author | Slávek Banko <[email protected]> | 2020-08-30 16:37:45 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-08-30 16:40:45 +0200 |
commit | 42fedfaa928a479661f30381df1e17ee644e0d6f (patch) | |
tree | f463a4f2d6ac766deabf5e884847a205ba9c702f /translations/CMakeLists.txt | |
parent | c4ba990dcc1531424959545520236b033847905b (diff) | |
download | kima-42fedfaa928a479661f30381df1e17ee644e0d6f.tar.gz kima-42fedfaa928a479661f30381df1e17ee644e0d6f.zip |
Move translations to a new directory layout.
Add support for LINGUAS for listing translations to install.
Use common cmake rules for documentation.
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() |