diff options
author | Aaron Seigo <aseigo@kde.org> | 2015-12-23 23:25:09 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2015-12-23 23:25:09 +0100 |
commit | 8b07718cb47dca6240a70e9aea57b88121cc956b (patch) | |
tree | 2b455b623200cd180bdc15be4b292a254dbdca1e /CMakeLists.txt | |
parent | 3e701d9387cf4ea5107893ef9d1018900aa73d74 (diff) | |
download | sink-8b07718cb47dca6240a70e9aea57b88121cc956b.tar.gz sink-8b07718cb47dca6240a70e9aea57b88121cc956b.zip |
akonadi2_cli -> akonadish
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d92f830..a827a10 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -58,6 +58,6 @@ add_subdirectory(examples) | |||
58 | add_subdirectory(tests) | 58 | add_subdirectory(tests) |
59 | 59 | ||
60 | # cli | 60 | # cli |
61 | add_subdirectory(akonadi2_cli) | 61 | add_subdirectory(akonadish) |
62 | 62 | ||
63 | feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) | 63 | feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) |