Skip to content

Commit 96a9ef6

Browse files
committed
Fix cmake staleness test
1 parent 3419598 commit 96a9ef6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/file_lists.cmake

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ set(libprotobuf_srcs
4646
${protobuf_SOURCE_DIR}/src/google/protobuf/generated_message_util.cc
4747
${protobuf_SOURCE_DIR}/src/google/protobuf/implicit_weak_message.cc
4848
${protobuf_SOURCE_DIR}/src/google/protobuf/inlined_string_field.cc
49+
${protobuf_SOURCE_DIR}/src/google/protobuf/internal_feature_helper.cc
4950
${protobuf_SOURCE_DIR}/src/google/protobuf/io/coded_stream.cc
5051
${protobuf_SOURCE_DIR}/src/google/protobuf/io/gzip_stream.cc
5152
${protobuf_SOURCE_DIR}/src/google/protobuf/io/io_win32.cc
@@ -137,6 +138,7 @@ set(libprotobuf_hdrs
137138
${protobuf_SOURCE_DIR}/src/google/protobuf/has_bits.h
138139
${protobuf_SOURCE_DIR}/src/google/protobuf/implicit_weak_message.h
139140
${protobuf_SOURCE_DIR}/src/google/protobuf/inlined_string_field.h
141+
${protobuf_SOURCE_DIR}/src/google/protobuf/internal_feature_helper.h
140142
${protobuf_SOURCE_DIR}/src/google/protobuf/internal_visibility.h
141143
${protobuf_SOURCE_DIR}/src/google/protobuf/io/coded_stream.h
142144
${protobuf_SOURCE_DIR}/src/google/protobuf/io/gzip_stream.h
@@ -851,6 +853,7 @@ set(protoc-gen-upb_srcs
851853
${protobuf_SOURCE_DIR}/src/google/protobuf/generated_message_util.cc
852854
${protobuf_SOURCE_DIR}/src/google/protobuf/implicit_weak_message.cc
853855
${protobuf_SOURCE_DIR}/src/google/protobuf/inlined_string_field.cc
856+
${protobuf_SOURCE_DIR}/src/google/protobuf/internal_feature_helper.cc
854857
${protobuf_SOURCE_DIR}/src/google/protobuf/io/coded_stream.cc
855858
${protobuf_SOURCE_DIR}/src/google/protobuf/io/gzip_stream.cc
856859
${protobuf_SOURCE_DIR}/src/google/protobuf/io/io_win32.cc
@@ -930,6 +933,7 @@ set(protoc-gen-upb_hdrs
930933
${protobuf_SOURCE_DIR}/src/google/protobuf/has_bits.h
931934
${protobuf_SOURCE_DIR}/src/google/protobuf/implicit_weak_message.h
932935
${protobuf_SOURCE_DIR}/src/google/protobuf/inlined_string_field.h
936+
${protobuf_SOURCE_DIR}/src/google/protobuf/internal_feature_helper.h
933937
${protobuf_SOURCE_DIR}/src/google/protobuf/internal_visibility.h
934938
${protobuf_SOURCE_DIR}/src/google/protobuf/io/coded_stream.h
935939
${protobuf_SOURCE_DIR}/src/google/protobuf/io/gzip_stream.h
@@ -1020,6 +1024,7 @@ set(protoc-gen-upbdefs_srcs
10201024
${protobuf_SOURCE_DIR}/src/google/protobuf/generated_message_util.cc
10211025
${protobuf_SOURCE_DIR}/src/google/protobuf/implicit_weak_message.cc
10221026
${protobuf_SOURCE_DIR}/src/google/protobuf/inlined_string_field.cc
1027+
${protobuf_SOURCE_DIR}/src/google/protobuf/internal_feature_helper.cc
10231028
${protobuf_SOURCE_DIR}/src/google/protobuf/io/coded_stream.cc
10241029
${protobuf_SOURCE_DIR}/src/google/protobuf/io/gzip_stream.cc
10251030
${protobuf_SOURCE_DIR}/src/google/protobuf/io/io_win32.cc
@@ -1100,6 +1105,7 @@ set(protoc-gen-upbdefs_hdrs
11001105
${protobuf_SOURCE_DIR}/src/google/protobuf/has_bits.h
11011106
${protobuf_SOURCE_DIR}/src/google/protobuf/implicit_weak_message.h
11021107
${protobuf_SOURCE_DIR}/src/google/protobuf/inlined_string_field.h
1108+
${protobuf_SOURCE_DIR}/src/google/protobuf/internal_feature_helper.h
11031109
${protobuf_SOURCE_DIR}/src/google/protobuf/internal_visibility.h
11041110
${protobuf_SOURCE_DIR}/src/google/protobuf/io/coded_stream.h
11051111
${protobuf_SOURCE_DIR}/src/google/protobuf/io/gzip_stream.h
@@ -1419,6 +1425,7 @@ set(protobuf_test_files
14191425
${protobuf_SOURCE_DIR}/src/google/protobuf/generated_message_tctable_lite_test.cc
14201426
${protobuf_SOURCE_DIR}/src/google/protobuf/has_bits_test.cc
14211427
${protobuf_SOURCE_DIR}/src/google/protobuf/inlined_string_field_unittest.cc
1428+
${protobuf_SOURCE_DIR}/src/google/protobuf/internal_feature_helper_test.cc
14221429
${protobuf_SOURCE_DIR}/src/google/protobuf/internal_message_util_unittest.cc
14231430
${protobuf_SOURCE_DIR}/src/google/protobuf/map_field_test.cc
14241431
${protobuf_SOURCE_DIR}/src/google/protobuf/map_test.cc

0 commit comments

Comments
 (0)