From 1abe2ead1c828055b06d9276367d00e7d462eef6 Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Wed, 12 Apr 2023 10:17:02 +0000 Subject: [PATCH] Auto-generate files after cl/523650122 --- src/file_lists.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/file_lists.cmake b/src/file_lists.cmake index 7f82dd4fb1..bb511d8370 100644 --- a/src/file_lists.cmake +++ b/src/file_lists.cmake @@ -372,6 +372,7 @@ set(libprotoc_srcs ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/retention.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/ruby/ruby_generator.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/rust/generator.cc + ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/rust/upb_kernel.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/subprocess.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/zip_writer.cc ) @@ -475,6 +476,7 @@ set(libprotoc_hdrs ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/retention.h ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/ruby/ruby_generator.h ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/rust/generator.h + ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/rust/upb_kernel.h ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/scc.h ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/subprocess.h ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/zip_writer.h