summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
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)