From 66b21fd2e3c53e4a820e3343b192be7b043da110 Mon Sep 17 00:00:00 2001 From: Aaron Seigo Date: Tue, 16 Dec 2014 17:00:53 +0100 Subject: a more complete command set --- common/CMakeLists.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'common/CMakeLists.txt') diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index ceec69c..7de4aa9 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -1,6 +1,12 @@ project(akonadi2common) -generate_flatbuffers(commands/handshake - commands/revisionupdate) +generate_flatbuffers( + commands/createentity + commands/deleteentity + commands/fetchentity + commands/handshake + commands/modifyentity + commands/revisionupdate + ) if (STORAGE_unqlite) add_definitions(-DUNQLITE_ENABLE_THREADS -fpermissive) -- cgit v1.2.3