From 16c751f5501c52cad17642099c1f7263ef9551b9 Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Thu, 3 Oct 2024 22:41:15 +0000 Subject: [PATCH] Auto-generate files after cl/682052240 --- src/file_lists.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/file_lists.cmake b/src/file_lists.cmake index 559c15fe3c..cc1dcf6016 100644 --- a/src/file_lists.cmake +++ b/src/file_lists.cmake @@ -364,6 +364,7 @@ set(libprotoc_srcs ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/java/name_resolver.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/java/names.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/java/shared_code_generator.cc + ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/kotlin/field.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/kotlin/file.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/kotlin/generator.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/kotlin/message.cc @@ -503,6 +504,7 @@ set(libprotoc_hdrs ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/java/names.h ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/java/options.h ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/java/shared_code_generator.h + ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/kotlin/field.h ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/kotlin/file.h ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/kotlin/generator.h ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/kotlin/message.h