diff options
| author | Dennis Brentjes <d.brentjes@gmail.com> | 2016-12-01 21:42:51 +0100 |
|---|---|---|
| committer | Dennis Brentjes <d.brentjes@gmail.com> | 2016-12-01 21:43:48 +0100 |
| commit | 16c28db384adbe61034eb8a2267cd6a886ffd72f (patch) | |
| tree | 426be5a41f5186ba17e909dda90afca5b7921c30 /libcmix-common/CMakeLists.txt | |
| parent | 463b8ec708db0d2d7405d434e28d0140c94b1d98 (diff) | |
| download | cmix-16c28db384adbe61034eb8a2267cd6a886ffd72f.tar.gz cmix-16c28db384adbe61034eb8a2267cd6a886ffd72f.tar.bz2 cmix-16c28db384adbe61034eb8a2267cd6a886ffd72f.zip | |
Added the client side code for the statsd in the nodes.
Diffstat (limited to 'libcmix-common/CMakeLists.txt')
| -rw-r--r-- | libcmix-common/CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
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 |
