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