From 6fa381769ea5ac3505cc202ae442eb7fee35f4ce Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Tue, 26 Apr 2022 15:38:19 +0200 Subject: rules: More flexible compile-deps and link-deps ... which can now be parameterized which target_fields to query the dependencies from. --- CC/test/RULES | 1 + 1 file changed, 1 insertion(+) (limited to 'CC/test') 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"}] -- cgit v1.2.3