diff options
Diffstat (limited to 'koffice-i18n-sk/data/koffice')
-rw-r--r-- | koffice-i18n-sk/data/koffice/CMakeLists.txt | 1 | ||||
-rw-r--r-- | koffice-i18n-sk/data/koffice/autocorrect/CMakeLists.txt | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/koffice-i18n-sk/data/koffice/CMakeLists.txt b/koffice-i18n-sk/data/koffice/CMakeLists.txt new file mode 100644 index 00000000..6d0aa9f3 --- /dev/null +++ b/koffice-i18n-sk/data/koffice/CMakeLists.txt @@ -0,0 +1 @@ +tde_auto_add_subdirectories( ) diff --git a/koffice-i18n-sk/data/koffice/autocorrect/CMakeLists.txt b/koffice-i18n-sk/data/koffice/autocorrect/CMakeLists.txt new file mode 100644 index 00000000..f54b7376 --- /dev/null +++ b/koffice-i18n-sk/data/koffice/autocorrect/CMakeLists.txt @@ -0,0 +1,6 @@ +##### other data + +install( + FILES sk.xml + DESTINATION ${DATA_INSTALL_DIR}/koffice/autocorrect +) |