aboutsummaryrefslogtreecommitdiff
path: root/libcmix-common/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libcmix-common/CMakeLists.txt')
-rw-r--r--libcmix-common/CMakeLists.txt5
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