diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
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 |
58 | add_subdirectory(tests) | 58 | add_subdirectory(tests) |
59 | 59 | ||
60 | # cli | ||
61 | add_subdirectory(akonadi2_cli) | ||
62 | |||
60 | feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) | 63 | feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) |