From f9a39b44803e6347c72c1edd8ba46f633e99dd57 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Sun, 8 Nov 2020 13:50:13 +0100 Subject: Rewrite to indicator-ng, simplify, drop all GTK references, move to CMake fixes #9, fixes #12 --- po/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) 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} +) -- cgit v1.2.3