summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-12-26 19:19:11 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-12-26 19:19:11 +0100
commit8ef8b8dee60aa0a81fbb2cbba30c00d3b15bb771 (patch)
tree06be3618505d45e6e2886fb614c96689a5555364 /CMakeLists.txt
parentfc7052f0970465d41dfd67c7e5db080498fd060f (diff)
parent67a19008d078a067ceb3424c00553c33b918970e (diff)
downloadsink-8ef8b8dee60aa0a81fbb2cbba30c00d3b15bb771.tar.gz
sink-8ef8b8dee60aa0a81fbb2cbba30c00d3b15bb771.zip
Merge branch 'feature/new_cli' into develop
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..a827a10 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(akonadish)
62
60feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) 63feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)