From 15da6ad2c6d61a8746e840b7a0d92b8b723fa788 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Wed, 19 Apr 2023 18:24:42 +0200 Subject: bundled tools: bring own defaults ... instead of using the strict -Wall defaults that are used for just. --- etc/defaults/CC/proto/TARGETS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 etc/defaults/CC/proto/TARGETS (limited to 'etc/defaults/CC/proto/TARGETS') diff --git a/etc/defaults/CC/proto/TARGETS b/etc/defaults/CC/proto/TARGETS new file mode 100644 index 0000000..95ae1b0 --- /dev/null +++ b/etc/defaults/CC/proto/TARGETS @@ -0,0 +1,14 @@ +{ "defaults": + { "type": ["CC/proto", "defaults"] + , "PROTOC": ["bin/protoc"] + , "deps": [["@", "protoc", "", "libprotobuf"]] + , "toolchain": [["@", "protoc", "", "toolchain"]] + } +, "service defaults": + { "type": ["CC/proto", "defaults"] + , "base": ["defaults"] + , "GRPC_PLUGIN": ["grpc_cpp_plugin"] + , "deps": [["@", "grpc", "", "grpc++"]] + , "toolchain": [["@", "grpc", "", "grpc_cpp_plugin"]] + } +} -- cgit v1.2.3