diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2014-12-03 20:36:37 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2014-12-03 20:36:37 +0100 |
commit | 44757d932abac6c8346366dfa3c0fb94e5ee0d06 (patch) | |
tree | c9120c3b4faf1b8e33dc04fee7347bc91c956977 /CMakeLists.txt | |
parent | 21138cfb7a4537626e11bdf084fcf9d672361059 (diff) | |
download | sink-44757d932abac6c8346366dfa3c0fb94e5ee0d06.tar.gz sink-44757d932abac6c8346366dfa3c0fb94e5ee0d06.zip |
dummyresource that doesn't work yet
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0313b65..392ca39 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -50,4 +50,7 @@ add_subdirectory(resource) | |||
50 | # the store | 50 | # the store |
51 | add_subdirectory(store) | 51 | add_subdirectory(store) |
52 | 52 | ||
53 | # a simple dummy resource implementation | ||
54 | add_subdirectory(dummyresource) | ||
55 | |||
53 | feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) | 56 | feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) |