From 6c9f9553e1c793e1fcafc987fbc7392b86f28bf1 Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Mon, 20 Mar 2023 18:33:48 +0000 Subject: [PATCH] Auto-generate files after cl/518025056 --- src/file_lists.cmake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/file_lists.cmake b/src/file_lists.cmake index cd48a1a525..735b799521 100644 --- a/src/file_lists.cmake +++ b/src/file_lists.cmake @@ -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/port.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 @@ -217,6 +218,7 @@ set(libprotobuf_lite_srcs ${protobuf_SOURCE_DIR}/src/google/protobuf/map.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/port.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/repeated_field.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/repeated_ptr_field.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/stubs/common.cc @@ -606,6 +608,7 @@ set(protobuf_test_files ${protobuf_SOURCE_DIR}/src/google/protobuf/map_test.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/message_unittest.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/no_field_presence_test.cc + ${protobuf_SOURCE_DIR}/src/google/protobuf/port_test.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/preserve_unknown_enum_test.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/proto3_arena_lite_unittest.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/proto3_arena_unittest.cc