diff options
Diffstat (limited to 'framework/CMakeLists.txt')
-rw-r--r-- | framework/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/framework/CMakeLists.txt b/framework/CMakeLists.txt index aa2362f1..d14360b4 100644 --- a/framework/CMakeLists.txt +++ b/framework/CMakeLists.txt | |||
@@ -41,5 +41,7 @@ add_subdirectory(settings) | |||
41 | add_subdirectory(domain) | 41 | add_subdirectory(domain) |
42 | # The accounts framework | 42 | # The accounts framework |
43 | add_subdirectory(accounts) | 43 | add_subdirectory(accounts) |
44 | # The notifications framework | ||
45 | add_subdirectory(notifications) | ||
44 | 46 | ||
45 | feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) | 47 | feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) |