aboutsummaryrefslogtreecommitdiff
path: root/libcmix-protobuf
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-protobuf
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-protobuf')
-rw-r--r--libcmix-protobuf/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcmix-protobuf/CMakeLists.txt b/libcmix-protobuf/CMakeLists.txt
index f2a8f3d..29dbb32 100644
--- a/libcmix-protobuf/CMakeLists.txt
+++ b/libcmix-protobuf/CMakeLists.txt
@@ -12,8 +12,8 @@ add_library(cmix-protobuf
)
target_include_directories(cmix-protobuf
- PUBLIC ${PROTOBUF_INCLUDE_DIRS}
+ PUBLIC ${Protobuf_INCLUDE_DIRS}
PUBLIC ${CMAKE_CURRENT_BINARY_DIR}
)
-target_link_libraries(cmix-protobuf ${PROTOBUF_LIBRARIES}) \ No newline at end of file
+target_link_libraries(cmix-protobuf ${Protobuf_LIBRARIES}) \ No newline at end of file