From 813ad9093f7d7d7a37af255bbe676b9988502b60 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Fri, 15 Oct 2021 00:28:09 +0200 Subject: Add CMake files --- po/CMakeLists.txt | 2 ++ 1 file changed, 2 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..8435188 --- /dev/null +++ b/po/CMakeLists.txt @@ -0,0 +1,2 @@ +find_package(Intltool REQUIRED) +intltool_install_translations(ALL GETTEXT_PACKAGE ${GETTEXT_PACKAGE}) -- cgit v1.2.3