diff options
author | Aaron Seigo <aseigo@kde.org> | 2014-12-16 22:40:44 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2014-12-16 22:40:44 +0100 |
commit | 77944384d24b5005d6b8648572a31a3ae84dd946 (patch) | |
tree | 8726831773b4182cb6177d6c72a723e08a6c15aa /common/CMakeLists.txt | |
parent | 66b21fd2e3c53e4a820e3343b192be7b043da110 (diff) | |
download | sink-77944384d24b5005d6b8648572a31a3ae84dd946.tar.gz sink-77944384d24b5005d6b8648572a31a3ae84dd946.zip |
add pipelines (as a sketch only), message ids and message responses
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r-- | common/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 7de4aa9..001dab5 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt | |||
@@ -1,5 +1,6 @@ | |||
1 | project(akonadi2common) | 1 | project(akonadi2common) |
2 | generate_flatbuffers( | 2 | generate_flatbuffers( |
3 | commands/commandcompletion | ||
3 | commands/createentity | 4 | commands/createentity |
4 | commands/deleteentity | 5 | commands/deleteentity |
5 | commands/fetchentity | 6 | commands/fetchentity |
@@ -20,6 +21,7 @@ set(command_SRCS | |||
20 | clientapi.cpp | 21 | clientapi.cpp |
21 | commands.cpp | 22 | commands.cpp |
22 | console.cpp | 23 | console.cpp |
24 | pipeline.cpp | ||
23 | resource.cpp | 25 | resource.cpp |
24 | resourceaccess.cpp | 26 | resourceaccess.cpp |
25 | storage_common.cpp | 27 | storage_common.cpp |