diff options
author | Slávek Banko <[email protected]> | 2020-06-17 17:39:05 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-06-17 17:39:05 +0200 |
commit | bbee8816a455ab39501f68969b07bc191de3aaca (patch) | |
tree | afab6d1ab3c322f7bead35b512e7903d4e82af41 /translations/CMakeLists.txt | |
parent | ce2ef1f4f8f62e74c007566908e0b1bc83894f87 (diff) | |
download | kchmviewer-bbee8816a455ab39501f68969b07bc191de3aaca.tar.gz kchmviewer-bbee8816a455ab39501f68969b07bc191de3aaca.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() |