aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorByron Yi <byi@connect.ust.hk>2017-03-16 20:52:58 +0800
committerByron Yi <byi@connect.ust.hk>2017-03-16 20:52:58 +0800
commitacaa9407e358011149c3ca4abf3f0d15a845e2fd (patch)
treeae5330faee40df27a8d73340f03d3bd7225936cd
parent7008a88e2b4c6c13bfbc321ab218d3425546e109 (diff)
downloadprotobuf-acaa9407e358011149c3ca4abf3f0d15a845e2fd.tar.gz
protobuf-acaa9407e358011149c3ca4abf3f0d15a845e2fd.tar.bz2
protobuf-acaa9407e358011149c3ca4abf3f0d15a845e2fd.zip
add delimited_message_util.cc to libprotobuf.cmake
-rw-r--r--cmake/libprotobuf.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/libprotobuf.cmake b/cmake/libprotobuf.cmake
index 26e1f356..5313d39e 100644
--- a/cmake/libprotobuf.cmake
+++ b/cmake/libprotobuf.cmake
@@ -30,6 +30,7 @@ set(libprotobuf_files
${protobuf_source_dir}/src/google/protobuf/timestamp.pb.cc
${protobuf_source_dir}/src/google/protobuf/type.pb.cc
${protobuf_source_dir}/src/google/protobuf/unknown_field_set.cc
+ ${protobuf_source_dir}/src/google/protobuf/util/delimited_message_util.cc
${protobuf_source_dir}/src/google/protobuf/util/field_comparator.cc
${protobuf_source_dir}/src/google/protobuf/util/field_mask_util.cc
${protobuf_source_dir}/src/google/protobuf/util/internal/datapiece.cc