From 5919f265fd560bf232e6555b4acb7cd3836f8ed2 Mon Sep 17 00:00:00 2001 From: Slávek Banko 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 (cherry picked from commit 175f6eab4b0462c46362d2694e3b9e46b8dfbf6c) --- koffice-i18n-de/CMakeLists.txt | 1 + koffice-i18n-de/data/CMakeLists.txt | 1 + koffice-i18n-de/data/koffice/CMakeLists.txt | 1 + koffice-i18n-de/data/koffice/autocorrect/CMakeLists.txt | 6 ++++++ 4 files changed, 9 insertions(+) create mode 120000 koffice-i18n-de/CMakeLists.txt create mode 100644 koffice-i18n-de/data/CMakeLists.txt create mode 100644 koffice-i18n-de/data/koffice/CMakeLists.txt create mode 100644 koffice-i18n-de/data/koffice/autocorrect/CMakeLists.txt (limited to 'koffice-i18n-de') diff --git a/koffice-i18n-de/CMakeLists.txt b/koffice-i18n-de/CMakeLists.txt new file mode 120000 index 00000000..2fe973c8 --- /dev/null +++ b/koffice-i18n-de/CMakeLists.txt @@ -0,0 +1 @@ +../template/commonCMakeLists.txt \ No newline at end of file diff --git a/koffice-i18n-de/data/CMakeLists.txt b/koffice-i18n-de/data/CMakeLists.txt new file mode 100644 index 00000000..6d0aa9f3 --- /dev/null +++ b/koffice-i18n-de/data/CMakeLists.txt @@ -0,0 +1 @@ +tde_auto_add_subdirectories( ) diff --git a/koffice-i18n-de/data/koffice/CMakeLists.txt b/koffice-i18n-de/data/koffice/CMakeLists.txt new file mode 100644 index 00000000..6d0aa9f3 --- /dev/null +++ b/koffice-i18n-de/data/koffice/CMakeLists.txt @@ -0,0 +1 @@ +tde_auto_add_subdirectories( ) 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.3