|
|
|
@ -40,7 +40,6 @@ set(libprotobuf_srcs |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/generated_enum_util.cc |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/generated_message_bases.cc |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/generated_message_reflection.cc |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/generated_message_table_gen.cc |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/generated_message_tctable_full.cc |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/generated_message_tctable_gen.cc |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/generated_message_tctable_lite.cc |
|
|
|
@ -130,8 +129,6 @@ set(libprotobuf_hdrs |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/generated_enum_util.h |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/generated_message_bases.h |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/generated_message_reflection.h |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/generated_message_table.h |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/generated_message_table_gen.h |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/generated_message_tctable_decl.h |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/generated_message_tctable_gen.h |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/generated_message_tctable_impl.h |
|
|
|
@ -253,7 +250,6 @@ set(libprotobuf_lite_hdrs |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/extension_set.h |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/extension_set_inl.h |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/generated_enum_util.h |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/generated_message_table.h |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/generated_message_tctable_decl.h |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/generated_message_tctable_impl.h |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/generated_message_util.h |
|
|
|
@ -1021,7 +1017,6 @@ set(protobuf_test_files |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/feature_resolver_test.cc |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/generated_enum_util_test.cc |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/generated_message_reflection_unittest.cc |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/generated_message_table_gen_test.cc |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/generated_message_tctable_lite_test.cc |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/has_bits_test.cc |
|
|
|
|
${protobuf_SOURCE_DIR}/src/google/protobuf/inlined_string_field_unittest.cc |
|
|
|
|