summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAaron Seigo <aseigo@kde.org>2015-12-23 10:47:32 +0100
committerAaron Seigo <aseigo@kde.org>2015-12-23 10:47:32 +0100
commit255d73af197faf8437343abc10bd98cca2057a1e (patch)
treef16bdbdda08a450235230781eec558303c6442a1 /CMakeLists.txt
parentb259728a4f63e022526ef86e6b5d6c62d9938d13 (diff)
downloadsink-255d73af197faf8437343abc10bd98cca2057a1e.tar.gz
sink-255d73af197faf8437343abc10bd98cca2057a1e.zip
initial import of the new cli app
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c480ddd..d92f830 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -57,4 +57,7 @@ add_subdirectory(examples)
57# some tests 57# some tests
58add_subdirectory(tests) 58add_subdirectory(tests)
59 59
60# cli
61add_subdirectory(akonadi2_cli)
62
60feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) 63feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)