diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index bc16184..bf7f7ae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -49,14 +49,11 @@ set(AKONADI2_RESOURCE_PLUGINS_PATH ${QT_PLUGIN_INSTALL_DIR}/akonadi2/resources) | |||
49 | # common, eventually a lib but right now just the command buffers | 49 | # common, eventually a lib but right now just the command buffers |
50 | add_subdirectory(common) | 50 | add_subdirectory(common) |
51 | 51 | ||
52 | # the client | ||
53 | add_subdirectory(client) | ||
54 | |||
55 | # the synchronizer | 52 | # the synchronizer |
56 | add_subdirectory(synchronizer) | 53 | add_subdirectory(synchronizer) |
57 | 54 | ||
58 | # a simple dummy resource implementation | 55 | # example implementations |
59 | add_subdirectory(dummyresource) | 56 | add_subdirectory(examples) |
60 | 57 | ||
61 | # some tests | 58 | # some tests |
62 | add_subdirectory(tests) | 59 | add_subdirectory(tests) |