aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDennis Brentjes <d.brentjes@gmail.com>2016-12-05 16:34:37 +0100
committerDennis Brentjes <d.brentjes@gmail.com>2016-12-05 17:16:45 +0100
commitb5688d16b0920aeed3d945fd136a51fe31dfbe24 (patch)
tree7287878892af7dab66b63085859e55d7bc6b9453 /CMakeLists.txt
parent16c28db384adbe61034eb8a2267cd6a886ffd72f (diff)
downloadcmix-b5688d16b0920aeed3d945fd136a51fe31dfbe24.tar.gz
cmix-b5688d16b0920aeed3d945fd136a51fe31dfbe24.tar.bz2
cmix-b5688d16b0920aeed3d945fd136a51fe31dfbe24.zip
added (untested) statsd for the cmake network.
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 c01a44e..bdede1a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -54,5 +54,6 @@ add_subdirectory(libcmix-network)
add_subdirectory(libcmix-common)
add_subdirectory(node)
add_subdirectory(client)
+add_subdirectory(statsd)
add_subdirectory(scratchpad)