@@ -63,6 +63,7 @@ ExternalProject_Add(
6363 "${GOOGLEAPIS_CPP_SOURCE} /google/api/auth.proto"
6464 "${GOOGLEAPIS_CPP_SOURCE} /google/api/client.proto"
6565 "${GOOGLEAPIS_CPP_SOURCE} /google/api/resource.proto"
66+ "${GOOGLEAPIS_CPP_SOURCE} /google/devtools/cloudtrace/v2/trace.proto"
6667 "${GOOGLEAPIS_CPP_SOURCE} /google/type/expr.proto"
6768 "${GOOGLEAPIS_CPP_SOURCE} /google/rpc/error_details.proto"
6869 "${GOOGLEAPIS_CPP_SOURCE} /google/rpc/status.proto"
@@ -280,6 +281,18 @@ target_link_libraries(googleapis_cpp_spanner_protos
280281 googleapis-c++::iam_v1_iam_policy_protos
281282 PRIVATE googleapis_cpp_common_flags)
282283
284+ google_cloud_cpp_grpcpp_library(
285+ googleapis_cpp_devtools_cloudtrace_v2_trace_protos
286+ "${GOOGLEAPIS_CPP_SOURCE} /google/devtools/cloudtrace/v2/trace.proto"
287+ PROTO_PATH_DIRECTORIES
288+ "${GOOGLEAPIS_CPP_SOURCE} "
289+ "${PROTO_INCLUDE_DIR} " )
290+ googleapis_cpp_set_version_and_alias(devtools_cloudtrace_v2_trace_protos)
291+ target_link_libraries (googleapis_cpp_devtools_cloudtrace_v2_trace_protos
292+ PUBLIC googleapis-c++::api_annotations_protos
293+ googleapis-c++::rpc_status_protos
294+ PRIVATE googleapis_cpp_common_flags)
295+
283296# Install the libraries and headers in the locations determined by
284297# GNUInstallDirs
285298include (GNUInstallDirs)
@@ -292,6 +305,7 @@ set(googleapis_cpp_installed_libraries_list
292305 googleapis_cpp_api_annotations_protos
293306 googleapis_cpp_api_auth_protos
294307 googleapis_cpp_api_resource_protos
308+ googleapis_cpp_devtools_cloudtrace_v2_trace_protos
295309 googleapis_cpp_iam_v1_policy_protos
296310 googleapis_cpp_iam_v1_iam_policy_protos
297311 googleapis_cpp_rpc_error_details_protos
0 commit comments