diff options
author | Aaron Seigo <aseigo@kde.org> | 2015-12-23 10:47:32 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2015-12-23 10:47:32 +0100 |
commit | 255d73af197faf8437343abc10bd98cca2057a1e (patch) | |
tree | f16bdbdda08a450235230781eec558303c6442a1 /CMakeLists.txt | |
parent | b259728a4f63e022526ef86e6b5d6c62d9938d13 (diff) | |
download | sink-255d73af197faf8437343abc10bd98cca2057a1e.tar.gz sink-255d73af197faf8437343abc10bd98cca2057a1e.zip |
initial import of the new cli app
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) |