|
|
|
@ -68,6 +68,7 @@ set(libprotobuf_srcs |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/message.cc |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/message_lite.cc |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/parse_context.cc |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/reflection_mode.cc |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/reflection_ops.cc |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/repeated_field.cc |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/repeated_ptr_field.cc |
|
|
|
@ -165,6 +166,7 @@ set(libprotobuf_hdrs |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/port_undef.inc |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/reflection.h |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/reflection_internal.h |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/reflection_mode.h |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/reflection_ops.h |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/repeated_field.h |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/repeated_ptr_field.h |
|
|
|
@ -598,6 +600,7 @@ set(protobuf_test_files |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/proto3_arena_lite_unittest.cc |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/proto3_arena_unittest.cc |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/proto3_lite_unittest.cc |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/reflection_mode_test.cc |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/reflection_ops_unittest.cc |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/repeated_field_reflection_unittest.cc |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/repeated_field_unittest.cc |
|
|
|
|