diff options
Diffstat (limited to 'kword/templates/CMakeLists.txt')
-rw-r--r-- | kword/templates/CMakeLists.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/kword/templates/CMakeLists.txt b/kword/templates/CMakeLists.txt new file mode 100644 index 000000000..61ba22d22 --- /dev/null +++ b/kword/templates/CMakeLists.txt @@ -0,0 +1,10 @@ +############################################################################### +# Trinity KOffice # +# --------------- # +# This file is licensed under the terms of GNU GPL v3 or later. # +# Improvements and feedback are welcome. # +############################################################################### + +add_subdirectory(CardsAndLabels) +add_subdirectory(Envelopes) +add_subdirectory(Wordprocessing)
\ No newline at end of file |