diff options
author | Aaron Seigo <aseigo@kde.org> | 2014-12-16 17:00:53 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2014-12-16 17:00:53 +0100 |
commit | 66b21fd2e3c53e4a820e3343b192be7b043da110 (patch) | |
tree | e9fe4685d4113c64c573e8230ae4f90fbd17ef8f /common/CMakeLists.txt | |
parent | b1c4f94606b6a1b9223acb2c1722bfe3bce26933 (diff) | |
download | sink-66b21fd2e3c53e4a820e3343b192be7b043da110.tar.gz sink-66b21fd2e3c53e4a820e3343b192be7b043da110.zip |
a more complete command set
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r-- | common/CMakeLists.txt | 10 |
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 @@ | |||
1 | project(akonadi2common) | 1 | project(akonadi2common) |
2 | generate_flatbuffers(commands/handshake | 2 | generate_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 | ||
5 | if (STORAGE_unqlite) | 11 | if (STORAGE_unqlite) |
6 | add_definitions(-DUNQLITE_ENABLE_THREADS -fpermissive) | 12 | add_definitions(-DUNQLITE_ENABLE_THREADS -fpermissive) |