|
|
|
@ -776,6 +776,10 @@ protobuf_generate_grpc_cpp_with_import_path_correction( |
|
|
|
|
protobuf_generate_grpc_cpp_with_import_path_correction( |
|
|
|
|
test/core/tsi/alts/fake_handshaker/transport_security_common.proto test/core/tsi/alts/fake_handshaker/transport_security_common.proto |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
# This enables CMake to build the project without requiring submodules |
|
|
|
|
# in the third_party directory as long as test builds are disabled. |
|
|
|
|
if (gRPC_BUILD_TESTS) |
|
|
|
|
protobuf_generate_grpc_cpp_with_import_path_correction( |
|
|
|
|
third_party/envoy-api/envoy/admin/v3/certs.proto envoy/admin/v3/certs.proto |
|
|
|
|
) |
|
|
|
@ -1235,6 +1239,7 @@ protobuf_generate_grpc_cpp_with_import_path_correction( |
|
|
|
|
protobuf_generate_grpc_cpp_with_import_path_correction( |
|
|
|
|
third_party/xds/xds/type/v3/typed_struct.proto xds/type/v3/typed_struct.proto |
|
|
|
|
) |
|
|
|
|
endif() |
|
|
|
|
|
|
|
|
|
if(gRPC_BUILD_TESTS) |
|
|
|
|
add_custom_target(buildtests_c) |
|
|
|
|