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 --- akonadi2_cli/CMakeLists.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 akonadi2_cli/CMakeLists.txt (limited to 'akonadi2_cli/CMakeLists.txt') diff --git a/akonadi2_cli/CMakeLists.txt b/akonadi2_cli/CMakeLists.txt new file mode 100644 index 0000000..b5bdb46 --- /dev/null +++ b/akonadi2_cli/CMakeLists.txt @@ -0,0 +1,16 @@ +project(akonadi2_cli) + +find_package(Readline REQUIRED) + + +set(akonadi2_SRCS + main.cpp + module.cpp + modules/exit/exit.cpp + modules/help/help.cpp + repl/repl.cpp + repl/replStates.cpp + state.cpp) + +add_executable(${PROJECT_NAME} ${akonadi2_SRCS}) + -- cgit v1.2.3