summaryrefslogtreecommitdiff
path: root/etc/import.pkgconfig/TARGETS.protobuf
blob: bd67145a53b57eb58929fe9ed20ae3a4b6a61c37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{ "protoc": {"type": "install", "deps": [["bin", "protoc"]]}
, "libprotoc":
  { "type": ["@", "rules", "CC/pkgconfig", "system_library"]
  , "name": ["libprotoc"]
  }
, "libprotobuf":
  { "type": ["@", "rules", "CC/pkgconfig", "system_library"]
  , "name": ["protobuf"]
  }
, "libprotobuf_lite":
  { "type": ["@", "rules", "CC/pkgconfig", "system_library"]
  , "name": ["protobuf-lite"]
  }
, "toolchain":
  { "type": "install"
  , "files": {"bin/protoc": "protoc"}
  , "deps": [["TREE", null, "include/google/protobuf"]]
  }
}