summaryrefslogtreecommitdiffstats
path: root/common/CMakeLists.txt
diff options
context:
space:
mode:
authorAaron Seigo <aseigo@kde.org>2014-12-16 17:00:53 +0100
committerAaron Seigo <aseigo@kde.org>2014-12-16 17:00:53 +0100
commit66b21fd2e3c53e4a820e3343b192be7b043da110 (patch)
treee9fe4685d4113c64c573e8230ae4f90fbd17ef8f /common/CMakeLists.txt
parentb1c4f94606b6a1b9223acb2c1722bfe3bce26933 (diff)
downloadsink-66b21fd2e3c53e4a820e3343b192be7b043da110.tar.gz
sink-66b21fd2e3c53e4a820e3343b192be7b043da110.zip
a more complete command set
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r--common/CMakeLists.txt10
1 files changed, 8 insertions, 2 deletions
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 @@
1project(akonadi2common) 1project(akonadi2common)
2generate_flatbuffers(commands/handshake 2generate_flatbuffers(
3 commands/revisionupdate) 3 commands/createentity
4 commands/deleteentity
5 commands/fetchentity
6 commands/handshake
7 commands/modifyentity
8 commands/revisionupdate
9 )
4 10
5if (STORAGE_unqlite) 11if (STORAGE_unqlite)
6 add_definitions(-DUNQLITE_ENABLE_THREADS -fpermissive) 12 add_definitions(-DUNQLITE_ENABLE_THREADS -fpermissive)