aboutsummaryrefslogtreecommitdiff
path: root/libcmix-common
diff options
context:
space:
mode:
authorDennis Brentjes <d.brentjes@gmail.com>2016-12-01 18:24:41 +0100
committerDennis Brentjes <d.brentjes@gmail.com>2016-12-01 18:24:41 +0100
commit7ee347e13ced7f1a84e7b325e65616b169e238a0 (patch)
tree316fbdba8a8526a3093157d2462ac8a55d6ca20b /libcmix-common
parentbc39d05453340257fff986edfdd728f2a89d13ad (diff)
downloadcmix-7ee347e13ced7f1a84e7b325e65616b169e238a0.tar.gz
cmix-7ee347e13ced7f1a84e7b325e65616b169e238a0.tar.bz2
cmix-7ee347e13ced7f1a84e7b325e65616b169e238a0.zip
Use the new protobuf arena allocator.
Run script now takes a parameter tool to for instance "benchmark"
Diffstat (limited to 'libcmix-common')
-rw-r--r--libcmix-common/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcmix-common/CMakeLists.txt b/libcmix-common/CMakeLists.txt
index defc00f..2324622 100644
--- a/libcmix-common/CMakeLists.txt
+++ b/libcmix-common/CMakeLists.txt
@@ -4,6 +4,7 @@ add_library(cmix-common
receiver.hpp
sender.hpp
senderreceiver.hpp
+ performanceclient.hpp
)
set_target_properties(cmix-common PROPERTIES LINKER_LANGUAGE CXX)