diff options
author | Slávek Banko <[email protected]> | 2020-04-05 00:31:51 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-04-05 00:31:51 +0200 |
commit | 0edb7c1216264768bcb55bdeb826a76503123f48 (patch) | |
tree | 9b2263f6f24144c46bfdf00081bc0f4aa5459322 /translations/CMakeLists.txt | |
parent | dc336992a063558802d2081a424866dd0bcb452f (diff) | |
download | katapult-0edb7c1216264768bcb55bdeb826a76503123f48.tar.gz katapult-0edb7c1216264768bcb55bdeb826a76503123f48.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() |