diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-04-05 15:08:31 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-04-05 15:08:31 +0200 |
commit | ba90128b44d83d54e230b614997e8927d7d255e6 (patch) | |
tree | b968c8900dc59e3dd8b3350616fbcf3ab4fb3d07 /translations/CMakeLists.txt | |
parent | c0e94da59d93f534f798b3473636cd80f4d809d4 (diff) | |
download | kbibtex-ba90128b44d83d54e230b614997e8927d7d255e6.tar.gz kbibtex-ba90128b44d83d54e230b614997e8927d7d255e6.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() |