From 175f6eab4b0462c46362d2694e3b9e46b8dfbf6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Fri, 30 Sep 2022 09:44:24 +0200 Subject: Conversion to CMake build system. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- koffice-i18n-de/data/koffice/autocorrect/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 koffice-i18n-de/data/koffice/autocorrect/CMakeLists.txt (limited to 'koffice-i18n-de/data/koffice/autocorrect') diff --git a/koffice-i18n-de/data/koffice/autocorrect/CMakeLists.txt b/koffice-i18n-de/data/koffice/autocorrect/CMakeLists.txt new file mode 100644 index 00000000..69df9dc5 --- /dev/null +++ b/koffice-i18n-de/data/koffice/autocorrect/CMakeLists.txt @@ -0,0 +1,6 @@ +##### other data + +install( + FILES de.xml + DESTINATION ${DATA_INSTALL_DIR}/koffice/autocorrect +) -- cgit v1.2.1