From 1ff12eff6a2c442e131f4c898cc1eaee18affbb3 Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Wed, 20 Dec 2023 18:20:44 +0000 Subject: [PATCH] Auto-generate files after cl/592591476 --- src/file_lists.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/file_lists.cmake b/src/file_lists.cmake index 460600efea..2abb20ffc6 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/accessors/singular_string.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/rust/accessors/unsupported_field.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/rust/context.cc + ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/rust/enum.cc ${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 @@ -503,6 +504,7 @@ set(libprotoc_hdrs ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/rust/accessors/accessors.h ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/rust/accessors/helpers.h ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/rust/context.h + ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/rust/enum.h ${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