summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorSebastian Wagner <sewagner@redhat.com>2021-10-19 12:34:11 +0200
committerPaul Cuzner <pcuzner@redhat.com>2021-10-22 02:37:31 +0200
commitb830c555d2d85e1d91ee58b4d067e622bc807610 (patch)
treec1383d171c043d60b6d8ed19be0f96638ce0e528 /CMakeLists.txt
parentmgr/prometheus: add test cases and validation using tox (diff)
downloadceph-b830c555d2d85e1d91ee58b4d067e622bc807610.tar.xz
ceph-b830c555d2d85e1d91ee58b4d067e622bc807610.zip
monitoring/prometheus: Add cmake integration
Signed-off-by: Sebastian Wagner <sewagner@redhat.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 03501317655..5406669eda0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -668,6 +668,7 @@ option(WITH_SYSTEMD "build with systemd support" ON)
add_subdirectory(src)
add_subdirectory(qa)
+add_subdirectory(monitoring)
add_subdirectory(doc)
if(WITH_MANPAGE)