summaryrefslogtreecommitdiff
path: root/etc/import.pkgconfig/TARGETS.grpc
blob: bb2518bf1fa4414783198c3ed97fcc4f153e6cf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
{ "grpc_cpp_plugin": {"type": "install", "deps": [["bin", "grpc_cpp_plugin"]]}
, "grpc++":
  { "type": ["@", "rules", "CC/pkgconfig", "system_library"]
  , "name": ["grpc++"]
  }
, "grpc":
  {"type": ["@", "rules", "CC/pkgconfig", "system_library"], "name": ["grpc"]}
, "gpr":
  {"type": ["@", "rules", "CC/pkgconfig", "system_library"], "name": ["gpr"]}
, "toolchain": {"type": "install", "deps": ["bin/grpc_cpp_plugin"]}
}