Skip to content

Commit

Permalink
Auto-generate files after cl/708420839
Browse files Browse the repository at this point in the history
  • Loading branch information
protobuf-team-bot committed Dec 20, 2024
1 parent 2887da2 commit 259e2ba
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/file_lists.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 259e2ba

Please sign in to comment.