From 255d73af197faf8437343abc10bd98cca2057a1e Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Wed, 23 Dec 2015 10:47:32 +0100 Subject: initial import of the new cli app --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeLists.txt') 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) # some tests add_subdirectory(tests) +# cli +add_subdirectory(akonadi2_cli) + feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) -- cgit v1.2.3 From 8b07718cb47dca6240a70e9aea57b88121cc956b Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Wed, 23 Dec 2015 23:25:09 +0100 Subject: akonadi2_cli -> akonadish --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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) add_subdirectory(tests) # cli -add_subdirectory(akonadi2_cli) +add_subdirectory(akonadish) feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) -- cgit v1.2.3