diff options
author | Slávek Banko <[email protected]> | 2020-08-09 16:52:50 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-08-09 16:52:50 +0200 |
commit | 1dcf4d9aa4156d726b57d3cb3d2ac14b590d0ff4 (patch) | |
tree | cbb488d36e26c963e0e71637380366ca8531e9a2 /translations/CMakeLists.txt | |
parent | 014bf6a01b5564bdd8bb3e475845ef40901c0878 (diff) | |
download | mathemagics-1dcf4d9aa4156d726b57d3cb3d2ac14b590d0ff4.tar.gz mathemagics-1dcf4d9aa4156d726b57d3cb3d2ac14b590d0ff4.zip |
Add CMakeL10n rules.
Strings with translations extracted from the desktop file into PO files.
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() |