diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-06-20 19:23:59 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-08-25 17:09:28 +0200 |
commit | c9e2db5ba96afee9224ef173a8b2110d3a99a23d (patch) | |
tree | 96b0cab1dc437eece07131ca87957535fa464f48 /CC/foreign/TARGETS | |
parent | a82f7a15c35c17ff6e32eb2f17a2d50d36b89f9d (diff) | |
download | rules-cc-c9e2db5ba96afee9224ef173a8b2110d3a99a23d.tar.gz |
foreign: Support defaults for foreign rules
Diffstat (limited to 'CC/foreign/TARGETS')
-rw-r--r-- | CC/foreign/TARGETS | 7 |
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"] + } +} |