diff options
author | Slávek Banko <[email protected]> | 2020-05-03 15:45:42 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-05-03 15:45:42 +0200 |
commit | 3406eb9681fec4534cf3abd93d0f8f6774f2e930 (patch) | |
tree | 91e14536e526adfa9366aaf3ea01b8a455d094e8 /translations/CMakeLists.txt | |
parent | 0e9bb47eea7ff611ff291b37d7f2073beeb7fb1b (diff) | |
download | mplayerthumbs-3406eb9681fec4534cf3abd93d0f8f6774f2e930.tar.gz mplayerthumbs-3406eb9681fec4534cf3abd93d0f8f6774f2e930.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() |