Auto-generate files after cl/592591476

pull/15163/head
Protobuf Team Bot 1 year ago
parent 0ce51da377
commit 1ff12eff6a
  1. 2
      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

Loading…
Cancel
Save