summaryrefslogtreecommitdiff
path: root/rules/CC/proto/TARGETS
blob: 45ef75956c0e40a2dfbb9ef7542bedbf2923a22a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{ "defaults":
  { "type": ["CC/proto", "defaults"]
  , "PROTOC": ["protoc"]
  , "LDFLAGS": ["-lprotobuf"]
  , "PATH": ["/bin", "/usr/bin"]
  }
, "service defaults":
  { "type": ["CC/proto", "defaults"]
  , "base": ["defaults"]
  , "GRPC_PLUGIN": ["/usr/bin/grpc_cpp_plugin"]
  , "ADD_LDFLAGS": ["-lgrpc++", "-lgrpc", "-lgpr"]
  }
}