Auto-generate files after cl/708420839

pull/19733/head
Protobuf Team Bot 2 months ago
parent 2887da22a1
commit 259e2ba8b5
  1. 20
      src/file_lists.cmake

@ -932,6 +932,26 @@ set(java_features_proto_files
${protobuf_SOURCE_DIR}/java/core/java_features_proto-descriptor-set.proto.bin
)
# @//go:go_features_proto
set(go_features_proto_proto_srcs
${protobuf_SOURCE_DIR}/go/google/protobuf/go_features.proto
)
# @//go:go_features_proto
set(go_features_proto_srcs
${protobuf_SOURCE_DIR}/go/go_features.proto.pb.cc
)
# @//go:go_features_proto
set(go_features_proto_hdrs
${protobuf_SOURCE_DIR}/go/go_features.proto.pb.h
)
# @//go:go_features_proto
set(go_features_proto_files
${protobuf_SOURCE_DIR}/go/go_features_proto-descriptor-set.proto.bin
)
# @//pkg:common_test
set(common_test_srcs
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/command_line_interface_tester.cc

Loading…
Cancel
Save