diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-04-02 03:17:45 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-04-02 03:17:45 +0200 |
commit | b90954e37e0babbfa2eed1620ce700cc96c5b9b5 (patch) | |
tree | 3b957986a7e8a8be441a48b1c2ef41d28ceaefc5 /translations/CMakeLists.txt | |
parent | 14ee555223440595d5bfd5e26603e2ddc1f03b32 (diff) | |
download | dolphin-b90954e37e0babbfa2eed1620ce700cc96c5b9b5.tar.gz dolphin-b90954e37e0babbfa2eed1620ce700cc96c5b9b5.zip |
Move translations to a new directory layout.
Add support for LINGUAS for listing translations to install.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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() |