diff options
author | Aaron Seigo <aseigo@kde.org> | 2014-12-05 10:05:19 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2014-12-05 10:05:19 +0100 |
commit | 93d1c82ffd17df45a5cecd875a01ee3cb15d9983 (patch) | |
tree | cda5c31857362ce81f3a50959024f4270d149a07 /CMakeLists.txt | |
parent | 639fc60c100204c87b93112516cf3b3117cfff0d (diff) | |
parent | 351a66b5fb1c8659bff8ea20d60f5a6d2d3263ad (diff) | |
download | sink-93d1c82ffd17df45a5cecd875a01ee3cb15d9983.tar.gz sink-93d1c82ffd17df45a5cecd875a01ee3cb15d9983.zip |
Merge branch 'kyoto'
Conflicts:
common/storage.h
common/storage_lmdb.cpp
dummyresource/facade.cpp
store/test/CMakeLists.txt
tests/storagebenchmark.cpp
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 392ca39..e8b6f23 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -47,10 +47,10 @@ add_subdirectory(client) | |||
47 | # the resource | 47 | # the resource |
48 | add_subdirectory(resource) | 48 | add_subdirectory(resource) |
49 | 49 | ||
50 | # the store | ||
51 | add_subdirectory(store) | ||
52 | |||
53 | # a simple dummy resource implementation | 50 | # a simple dummy resource implementation |
54 | add_subdirectory(dummyresource) | 51 | add_subdirectory(dummyresource) |
55 | 52 | ||
53 | # some tests | ||
54 | add_subdirectory(tests) | ||
55 | |||
56 | feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) | 56 | feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) |