diff options
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) |