diff options
Diffstat (limited to 'etc/import.pkgconfig/TARGETS.grpc')
-rw-r--r-- | etc/import.pkgconfig/TARGETS.grpc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/import.pkgconfig/TARGETS.grpc b/etc/import.pkgconfig/TARGETS.grpc new file mode 100644 index 00000000..eb5bca6e --- /dev/null +++ b/etc/import.pkgconfig/TARGETS.grpc @@ -0,0 +1,10 @@ +{ "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"]} +} |