diff options
Diffstat (limited to 'CC/proto/TARGETS')
-rw-r--r-- | CC/proto/TARGETS | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/CC/proto/TARGETS b/CC/proto/TARGETS deleted file mode 100644 index 87bebd0..0000000 --- a/CC/proto/TARGETS +++ /dev/null @@ -1,16 +0,0 @@ -{ "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++"]} -} |