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