diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-04-12 15:01:39 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-04-18 12:44:10 +0200 |
commit | 92ffc98eafe152965c312bacf882206983312816 (patch) | |
tree | 3b15b27c30a7fa921529442c895cf847bc13748a /etc | |
parent | 823dd14ccbbc65c15b5af5047551210fea5c929b (diff) | |
download | justbuild-92ffc98eafe152965c312bacf882206983312816.tar.gz |
dev: Replace CC/IDE headers target by install-with-deps
Diffstat (limited to 'etc')
-rw-r--r-- | etc/dev/TARGETS | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/etc/dev/TARGETS b/etc/dev/TARGETS index 884cc459..40fdcf52 100644 --- a/etc/dev/TARGETS +++ b/etc/dev/TARGETS @@ -1,6 +1,14 @@ -{ "just-ext-hdrs": - { "type": ["@", "rules", "CC/IDE", "headers"] - , "deps": +{ "proto_bindings": + { "type": ["@", "rules", "CC", "library"] + , "proto": + [ ["@", "bazel_remote_apis", "", "remote_execution_proto"] + , ["@", "googleapis", "", "google_bytestream_proto"] + ] + } +, "just-ext-hdrs": + { "type": ["@", "rules", "CC", "install-with-deps"] + , "hdrs-only": ["yes"] + , "targets": [ ["@", "ssl", "", "crypto"] , ["@", "grpc", "", "grpc++"] , ["@", "gsl-lite", "", "gsl-lite"] @@ -12,10 +20,7 @@ , ["", "libcurl"] , ["@", "bzip2", "", "libbz2"] , ["", "libarchive"] - ] - , "proto": - [ ["@", "bazel_remote_apis", "", "remote_execution_proto"] - , ["@", "googleapis", "", "google_bytestream_proto"] + , "proto_bindings" ] } } |