diff options
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) |