diff --git a/src/file_lists.cmake b/src/file_lists.cmake index fb37e85026ed..cad322926746 100644 --- a/src/file_lists.cmake +++ b/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