From 16c28db384adbe61034eb8a2267cd6a886ffd72f Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Thu, 1 Dec 2016 21:42:51 +0100 Subject: Added the client side code for the statsd in the nodes. --- libcmix-common/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libcmix-common/CMakeLists.txt') diff --git a/libcmix-common/CMakeLists.txt b/libcmix-common/CMakeLists.txt index 2324622..958be6a 100644 --- a/libcmix-common/CMakeLists.txt +++ b/libcmix-common/CMakeLists.txt @@ -1,10 +1,12 @@ +find_package(Boost COMPONENTS timer REQUIRED) + add_library(cmix-common cmixprotofunctor.hpp receiver.hpp sender.hpp senderreceiver.hpp - performanceclient.hpp + performanceclient.hpp performanceclient.cpp ) set_target_properties(cmix-common PROPERTIES LINKER_LANGUAGE CXX) @@ -16,4 +18,5 @@ target_include_directories(cmix-common target_link_libraries(cmix-common PRIVATE cmix-protobuf PRIVATE cmix-network + PRIVATE Boost::timer ) \ No newline at end of file -- cgit v1.2.3-70-g09d2