summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAaron Seigo <aseigo@kde.org>2014-12-05 09:17:46 +0100
committerAaron Seigo <aseigo@kde.org>2014-12-05 09:17:46 +0100
commit767312e2063f4e58af3de0f27aba52de49e14295 (patch)
tree8375b55e3496ece33f59de486f3354d731b6bc1e /CMakeLists.txt
parent2b4e5743cca6a59e6e1a32b03863bf5ec4a4c30f (diff)
downloadsink-767312e2063f4e58af3de0f27aba52de49e14295.tar.gz
sink-767312e2063f4e58af3de0f27aba52de49e14295.zip
major reorg that puts Storage (previously Database) into common
there is now a top-level tests dir, and a compile time switch for lmdb vs kyotocabinet
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
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
48add_subdirectory(resource) 48add_subdirectory(resource)
49 49
50# the store
51add_subdirectory(store)
52
53# a simple dummy resource implementation 50# a simple dummy resource implementation
54add_subdirectory(dummyresource) 51add_subdirectory(dummyresource)
55 52
53# some tests
54add_subdirectory(tests)
55
56feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) 56feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)