From 128df24bebbfe0049b2367fdd662059ae837df7c Mon Sep 17 00:00:00 2001 From: Alberto Sartori Date: Mon, 21 Mar 2022 14:41:36 +0100 Subject: add just-ext-hdrs target to stage external headers is a given folder This is useful when e.g. using an IDE to get access to the definition/ declaration of the symbols of external dependencies --- etc/dev/TARGETS | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 etc/dev/TARGETS (limited to 'etc/dev') diff --git a/etc/dev/TARGETS b/etc/dev/TARGETS new file mode 100644 index 00000000..07cc002c --- /dev/null +++ b/etc/dev/TARGETS @@ -0,0 +1,18 @@ +{ "just-ext-hdrs": + { "type": ["@", "rules", "CC/IDE", "headers"] + , "deps": + [ ["@", "ssl", "", "crypto"] + , ["@", "grpc", "", "grpc++"] + , ["@", "gsl-lite", "", "gsl-lite"] + , ["@", "fmt", "", "fmt"] + , ["@", "cli11", "", "cli11"] + , ["@", "json", "", "json"] + , ["@", "catch2", "", "catch2"] + , ["", "libgit2"] + ] + , "proto": + [ ["@", "bazel_remote_apis", "", "remote_execution_proto"] + , ["@", "googleapis", "", "google_bytestream_proto"] + ] + } +} -- cgit v1.2.3