From 77944384d24b5005d6b8648572a31a3ae84dd946 Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Tue, 16 Dec 2014 22:40:44 +0100 Subject: add pipelines (as a sketch only), message ids and message responses --- common/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/CMakeLists.txt') diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 7de4aa9..001dab5 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -1,5 +1,6 @@ project(akonadi2common) generate_flatbuffers( + commands/commandcompletion commands/createentity commands/deleteentity commands/fetchentity @@ -20,6 +21,7 @@ set(command_SRCS clientapi.cpp commands.cpp console.cpp + pipeline.cpp resource.cpp resourceaccess.cpp storage_common.cpp -- cgit v1.2.3