summaryrefslogtreecommitdiffstats
path: root/framework/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-03-15 18:42:51 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-03-15 18:42:51 +0100
commit64cfb8daa16a49cd5cd4b2d2344d85db31739c0e (patch)
treed1a62e495b70bf3e97cd00b7339e019a47217ab9 /framework/CMakeLists.txt
parentcd82ff9946b82266c65777e141ad58916f05f4ca (diff)
downloadkube-64cfb8daa16a49cd5cd4b2d2344d85db31739c0e.tar.gz
kube-64cfb8daa16a49cd5cd4b2d2344d85db31739c0e.zip
Start of a notifications framework
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)