From 0ef08bdd02fd3c366cc90fe9f92630bb932b96ad Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Fri, 25 Aug 2023 13:29:01 +0000 Subject: [PATCH] Auto-generate files after cl/560070076 --- src/file_lists.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/file_lists.cmake b/src/file_lists.cmake index 69bda4e01f..d2d185232d 100644 --- a/src/file_lists.cmake +++ b/src/file_lists.cmake @@ -390,6 +390,7 @@ set(libprotoc_srcs ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/rust/generator.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/rust/message.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/rust/naming.cc + ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/rust/oneof.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/rust/relative_path.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/subprocess.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/zip_writer.cc @@ -499,6 +500,7 @@ set(libprotoc_hdrs ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/rust/generator.h ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/rust/message.h ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/rust/naming.h + ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/rust/oneof.h ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/rust/relative_path.h ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/scc.h ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/subprocess.h