@@ -46,6 +46,7 @@ set(libprotobuf_srcs
46
46
${protobuf_SOURCE_DIR} /src/google/protobuf/generated_message_util.cc
47
47
${protobuf_SOURCE_DIR} /src/google/protobuf/implicit_weak_message.cc
48
48
${protobuf_SOURCE_DIR} /src/google/protobuf/inlined_string_field.cc
49
+ ${protobuf_SOURCE_DIR} /src/google/protobuf/internal_feature_helper.cc
49
50
${protobuf_SOURCE_DIR} /src/google/protobuf/io/coded_stream.cc
50
51
${protobuf_SOURCE_DIR} /src/google/protobuf/io/gzip_stream.cc
51
52
${protobuf_SOURCE_DIR} /src/google/protobuf/io/io_win32.cc
@@ -137,6 +138,7 @@ set(libprotobuf_hdrs
137
138
${protobuf_SOURCE_DIR} /src/google/protobuf/has_bits.h
138
139
${protobuf_SOURCE_DIR} /src/google/protobuf/implicit_weak_message.h
139
140
${protobuf_SOURCE_DIR} /src/google/protobuf/inlined_string_field.h
141
+ ${protobuf_SOURCE_DIR} /src/google/protobuf/internal_feature_helper.h
140
142
${protobuf_SOURCE_DIR} /src/google/protobuf/internal_visibility.h
141
143
${protobuf_SOURCE_DIR} /src/google/protobuf/io/coded_stream.h
142
144
${protobuf_SOURCE_DIR} /src/google/protobuf/io/gzip_stream.h
@@ -851,6 +853,7 @@ set(protoc-gen-upb_srcs
851
853
${protobuf_SOURCE_DIR} /src/google/protobuf/generated_message_util.cc
852
854
${protobuf_SOURCE_DIR} /src/google/protobuf/implicit_weak_message.cc
853
855
${protobuf_SOURCE_DIR} /src/google/protobuf/inlined_string_field.cc
856
+ ${protobuf_SOURCE_DIR} /src/google/protobuf/internal_feature_helper.cc
854
857
${protobuf_SOURCE_DIR} /src/google/protobuf/io/coded_stream.cc
855
858
${protobuf_SOURCE_DIR} /src/google/protobuf/io/gzip_stream.cc
856
859
${protobuf_SOURCE_DIR} /src/google/protobuf/io/io_win32.cc
@@ -930,6 +933,7 @@ set(protoc-gen-upb_hdrs
930
933
${protobuf_SOURCE_DIR} /src/google/protobuf/has_bits.h
931
934
${protobuf_SOURCE_DIR} /src/google/protobuf/implicit_weak_message.h
932
935
${protobuf_SOURCE_DIR} /src/google/protobuf/inlined_string_field.h
936
+ ${protobuf_SOURCE_DIR} /src/google/protobuf/internal_feature_helper.h
933
937
${protobuf_SOURCE_DIR} /src/google/protobuf/internal_visibility.h
934
938
${protobuf_SOURCE_DIR} /src/google/protobuf/io/coded_stream.h
935
939
${protobuf_SOURCE_DIR} /src/google/protobuf/io/gzip_stream.h
@@ -1020,6 +1024,7 @@ set(protoc-gen-upbdefs_srcs
1020
1024
${protobuf_SOURCE_DIR} /src/google/protobuf/generated_message_util.cc
1021
1025
${protobuf_SOURCE_DIR} /src/google/protobuf/implicit_weak_message.cc
1022
1026
${protobuf_SOURCE_DIR} /src/google/protobuf/inlined_string_field.cc
1027
+ ${protobuf_SOURCE_DIR} /src/google/protobuf/internal_feature_helper.cc
1023
1028
${protobuf_SOURCE_DIR} /src/google/protobuf/io/coded_stream.cc
1024
1029
${protobuf_SOURCE_DIR} /src/google/protobuf/io/gzip_stream.cc
1025
1030
${protobuf_SOURCE_DIR} /src/google/protobuf/io/io_win32.cc
@@ -1100,6 +1105,7 @@ set(protoc-gen-upbdefs_hdrs
1100
1105
${protobuf_SOURCE_DIR} /src/google/protobuf/has_bits.h
1101
1106
${protobuf_SOURCE_DIR} /src/google/protobuf/implicit_weak_message.h
1102
1107
${protobuf_SOURCE_DIR} /src/google/protobuf/inlined_string_field.h
1108
+ ${protobuf_SOURCE_DIR} /src/google/protobuf/internal_feature_helper.h
1103
1109
${protobuf_SOURCE_DIR} /src/google/protobuf/internal_visibility.h
1104
1110
${protobuf_SOURCE_DIR} /src/google/protobuf/io/coded_stream.h
1105
1111
${protobuf_SOURCE_DIR} /src/google/protobuf/io/gzip_stream.h
@@ -1419,6 +1425,7 @@ set(protobuf_test_files
1419
1425
${protobuf_SOURCE_DIR} /src/google/protobuf/generated_message_tctable_lite_test.cc
1420
1426
${protobuf_SOURCE_DIR} /src/google/protobuf/has_bits_test.cc
1421
1427
${protobuf_SOURCE_DIR} /src/google/protobuf/inlined_string_field_unittest.cc
1428
+ ${protobuf_SOURCE_DIR} /src/google/protobuf/internal_feature_helper_test.cc
1422
1429
${protobuf_SOURCE_DIR} /src/google/protobuf/internal_message_util_unittest.cc
1423
1430
${protobuf_SOURCE_DIR} /src/google/protobuf/map_field_test.cc
1424
1431
${protobuf_SOURCE_DIR} /src/google/protobuf/map_test.cc
0 commit comments