summaryrefslogtreecommitdiffstats
path: root/autocorrect/CMakeLists.txt
blob: db4c0d413d9832bc0a8e6f85d3366428770be4b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
###############################################################################
# Trinity KOffice                                                             #
# ---------------                                                             #
# This file is licensed under the terms of GNU GPL v3 or later.               #
# Improvements and feedback are welcome.                                      #
###############################################################################

### Data ######################################################################
install(
  FILES autocorrect.xml en_US.xml
  DESTINATION ${DATA_INSTALL_DIR}/koffice/autocorrect
)

# kate: indent-width 2; replace-tabs true;