diff options
author | Slávek Banko <[email protected]> | 2020-04-06 16:50:23 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-04-06 16:50:41 +0200 |
commit | 17f4b39bff15baa51a58ac8190277669d41f445f (patch) | |
tree | 75e65d0d0146a89c8567784bcb7aa728f17e445f /translations/CMakeLists.txt | |
parent | 9e2a93cd6cf264e9e91d84766c4929cdf5848cc2 (diff) | |
download | kkbswitch-17f4b39bff15baa51a58ac8190277669d41f445f.tar.gz kkbswitch-17f4b39bff15baa51a58ac8190277669d41f445f.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]>
(cherry picked from commit f95858cd2e274efdaf99ccdc9b3bf62bb6914adb)
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() |