summaryrefslogtreecommitdiffstats
path: root/common/CMakeLists.txt
diff options
context:
space:
mode:
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)