diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2022-04-26 15:38:19 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2022-04-26 18:13:49 +0200 |
commit | 6fa381769ea5ac3505cc202ae442eb7fee35f4ce (patch) | |
tree | 7d02cd463ebd5fc4ff03f76e30e84354b15f767c /CC/test | |
parent | d5dfcc32ea3a024203518a3b118af127cfc5c672 (diff) | |
download | rules-cc-6fa381769ea5ac3505cc202ae442eb7fee35f4ce.tar.gz |
rules: More flexible compile-deps and link-deps
... which can now be parameterized which target_fields to
query the dependencies from.
Diffstat (limited to 'CC/test')
-rw-r--r-- | CC/test/RULES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CC/test/RULES b/CC/test/RULES index 50d0dce..af20510 100644 --- a/CC/test/RULES +++ b/CC/test/RULES @@ -121,6 +121,7 @@ } } ] + , ["deps-fieldnames", ["deps", "proto-deps"]] , ["compile-deps", {"type": "CALL_EXPRESSION", "name": "compile-deps"}] , ["link-deps", {"type": "CALL_EXPRESSION", "name": "link-deps"}] , ["objects", {"type": "CALL_EXPRESSION", "name": "objects"}] |