aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmake
diff options
context:
space:
mode:
authorGravatar Jisi Liu <jisi.liu@gmail.com>2017-07-25 14:38:00 -0700
committerGravatar Jisi Liu <jisi.liu@gmail.com>2017-07-25 14:38:00 -0700
commit12c186f7c6117e23644f0778f671fbbada199782 (patch)
treed136f6ad4179227c0fc7a788fa3f5896804f010b /cmake
parentde6debcf2b07a7aa12658c3235c3d7d31f74ad98 (diff)
Fix makefile.am
Diffstat (limited to 'cmake')
-rw-r--r--cmake/libprotobuf-lite.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/libprotobuf-lite.cmake b/cmake/libprotobuf-lite.cmake
index cf72e2fe..9e1fab0a 100644
--- a/cmake/libprotobuf-lite.cmake
+++ b/cmake/libprotobuf-lite.cmake
@@ -2,6 +2,7 @@ set(libprotobuf_lite_files
${protobuf_source_dir}/src/google/protobuf/arena.cc
${protobuf_source_dir}/src/google/protobuf/arenastring.cc
${protobuf_source_dir}/src/google/protobuf/extension_set.cc
+ ${protobuf_source_dir}/src/google/protobuf/generated_message_table_driven_lite.cc
${protobuf_source_dir}/src/google/protobuf/generated_message_util.cc
${protobuf_source_dir}/src/google/protobuf/io/coded_stream.cc
${protobuf_source_dir}/src/google/protobuf/io/zero_copy_stream.cc