diff options
author | Julian Andres Klode <jak@debian.org> | 2016-08-09 11:58:28 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2016-08-10 16:11:09 +0200 |
commit | ddf40a42f5a699086466990f85d86e6c4977524a (patch) | |
tree | b9a35cc1f84674ff3e87acf53eedf6e7f819ca64 /po/CMakeLists.txt | |
parent | 9a5537fcc6d3ea98909360636a45bd3cf3aba1d1 (diff) |
CMake: Translations: Add a statistics target
This is really useful stuff to have.
Gbp-Dch: ignore
Diffstat (limited to 'po/CMakeLists.txt')
-rw-r--r-- | po/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index 4fdac3959..92ff39867 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -36,3 +36,5 @@ apt_add_update_po( apt apt-utils ) + +apt_add_po_statistics() |