diff options
| author | Dennis Brentjes <d.brentjes@gmail.com> | 2016-12-05 16:34:37 +0100 |
|---|---|---|
| committer | Dennis Brentjes <d.brentjes@gmail.com> | 2016-12-05 17:16:45 +0100 |
| commit | b5688d16b0920aeed3d945fd136a51fe31dfbe24 (patch) | |
| tree | 7287878892af7dab66b63085859e55d7bc6b9453 /CMakeLists.txt | |
| parent | 16c28db384adbe61034eb8a2267cd6a886ffd72f (diff) | |
| download | cmix-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.txt | 1 |
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) |
