From e672e51267ff87405700cbb80807aa6a678a06a5 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sun, 25 Oct 2020 23:31:54 +0100 Subject: Port from autotools to CMake. --- po/CMakeLists.txt | 6 ++++++ po/POTFILES.skip | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 po/CMakeLists.txt (limited to 'po') diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt new file mode 100644 index 0000000..0b2b2a1 --- /dev/null +++ b/po/CMakeLists.txt @@ -0,0 +1,6 @@ +find_package(Intltool REQUIRED) + +intltool_install_translations( + ALL + GETTEXT_PACKAGE ${GETTEXT_PACKAGE} +) diff --git a/po/POTFILES.skip b/po/POTFILES.skip index d18c96e..e69de29 100644 --- a/po/POTFILES.skip +++ b/po/POTFILES.skip @@ -1,6 +0,0 @@ -src/bluez.c -src/desktop.c -src/indicator-bluetooth.c -src/indicator-bluetooth-service.c -src/phone.c -src/profile.c -- cgit v1.2.3