From 1fea9ad19418595646770b7179972b682a074683 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 25 Aug 2018 22:09:31 +0900 Subject: Initial import of kio-gopher 0.1.4 source code. Copyright (C) 2003-2008 by Albert Astals Cid (aacid@kde.org). The code is licenced under GPL version 2 as indicated in the source code comments and in the COPYING file. The code does not compile under TDE. Signed-off-by: Michele Calgaro --- po/km/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 po/km/CMakeLists.txt (limited to 'po/km/CMakeLists.txt') diff --git a/po/km/CMakeLists.txt b/po/km/CMakeLists.txt new file mode 100644 index 0000000..4936b9d --- /dev/null +++ b/po/km/CMakeLists.txt @@ -0,0 +1,2 @@ +file(GLOB _po_files *.po) +GETTEXT_PROCESS_PO_FILES( km ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} ) -- cgit v1.2.1