summaryrefslogtreecommitdiffstats
path: root/framework/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'framework/CMakeLists.txt')
-rw-r--r--framework/CMakeLists.txt2
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)
41add_subdirectory(domain) 41add_subdirectory(domain)
42# The accounts framework 42# The accounts framework
43add_subdirectory(accounts) 43add_subdirectory(accounts)
44# The notifications framework
45add_subdirectory(notifications)
44 46
45feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) 47feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)