summaryrefslogtreecommitdiffstats
path: root/common/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'common/CMakeLists.txt')
-rw-r--r--common/CMakeLists.txt2
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 @@
1project(akonadi2common) 1project(akonadi2common)
2generate_flatbuffers( 2generate_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