diff options
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 |
