diff options
author | Slávek Banko <[email protected]> | 2020-05-02 16:34:48 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-05-02 16:34:48 +0200 |
commit | 6e896b3d1abed2b310c43fbba0c0798ac4f9ade2 (patch) | |
tree | 0cdcf2755bca53742d9bbc7b416a3ff7da30c1dd /translations/CMakeLists.txt | |
parent | a1198715fd2d6b6cded10e11935827880a75b0c1 (diff) | |
download | kshutdown-6e896b3d1abed2b310c43fbba0c0798ac4f9ade2.tar.gz kshutdown-6e896b3d1abed2b310c43fbba0c0798ac4f9ade2.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() |