summaryrefslogtreecommitdiff
path: root/CC/foreign/TARGETS
diff options
context:
space:
mode:
authorOliver Reiche <oliver.reiche@huawei.com>2023-06-20 19:23:59 +0200
committerOliver Reiche <oliver.reiche@huawei.com>2023-08-25 17:09:28 +0200
commitc9e2db5ba96afee9224ef173a8b2110d3a99a23d (patch)
tree96b0cab1dc437eece07131ca87957535fa464f48 /CC/foreign/TARGETS
parenta82f7a15c35c17ff6e32eb2f17a2d50d36b89f9d (diff)
downloadrules-cc-c9e2db5ba96afee9224ef173a8b2110d3a99a23d.tar.gz
foreign: Support defaults for foreign rules
Diffstat (limited to 'CC/foreign/TARGETS')
-rw-r--r--CC/foreign/TARGETS7
1 files changed, 7 insertions, 0 deletions
diff --git a/CC/foreign/TARGETS b/CC/foreign/TARGETS
new file mode 100644
index 0000000..5fbb6a9
--- /dev/null
+++ b/CC/foreign/TARGETS
@@ -0,0 +1,7 @@
+{ "defaults":
+ { "type": ["CC/foreign", "defaults"]
+ , "MAKE": ["make"]
+ , "CMAKE": ["cmake"]
+ , "PATH": ["/bin", "/usr/bin"]
+ }
+}