summaryrefslogtreecommitdiff
path: root/rules/CC/proto/TARGETS
blob: 87bebd0ce0bc09fe4defd70d7e69e839cdc834e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{ "defaults":
  { "type": ["CC/proto", "defaults"]
  , "PROTOC": ["protoc"]
  , "PATH": ["/bin", "/usr/bin"]
  , "deps": ["libprotobuf"]
  }
, "service defaults":
  { "type": ["CC/proto", "defaults"]
  , "base": ["defaults"]
  , "GRPC_PLUGIN": ["/usr/bin/grpc_cpp_plugin"]
  , "deps": ["libgrpc++"]
  }
, "libprotobuf":
  {"type": ["CC/pkgconfig", "system_library"], "name": ["protobuf"]}
, "libgrpc++": {"type": ["CC/pkgconfig", "system_library"], "name": ["grpc++"]}
}