summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TARGETS7
-rw-r--r--etc/dev/TARGETS18
2 files changed, 25 insertions, 0 deletions
diff --git a/TARGETS b/TARGETS
index 585e784e..957b0f3f 100644
--- a/TARGETS
+++ b/TARGETS
@@ -23,4 +23,11 @@
, "flexible_config":
["OS", "ARCH", "HOST_ARCH", "TARGET_ARCH", "CXX", "AR", "ENV"]
}
+, "just-ext-hdrs":
+ { "type": ["@", "rules", "CC", "configure"]
+ , "arguments_config": ["OS", "ARCH"]
+ , "os": [{"type": "var", "name": "OS", "default": "linux"}]
+ , "arch": [{"type": "var", "name": "ARCH", "default": "x86_64"}]
+ , "target": [["etc/dev", "just-ext-hdrs"]]
+ }
}
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"]
+ ]
+ }
+}