diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-08-25 17:11:02 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-08-25 17:11:02 +0200 |
commit | 0caa2bc5115c82676b47db08df1aec20ac441717 (patch) | |
tree | 461496bc7e88805b43cd163957c058567f35aa2d /rules/CC/foreign/cmake/RULES | |
parent | e6f940505d475cf472441c08312adff4067b1acd (diff) | |
parent | 608304c2ac1fdea0cde57df3eb59042d12668978 (diff) | |
download | rules-cc-0caa2bc5115c82676b47db08df1aec20ac441717.tar.gz |
Merge subtree 'rules' into rules-cc
Diffstat (limited to 'rules/CC/foreign/cmake/RULES')
-rw-r--r-- | rules/CC/foreign/cmake/RULES | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/rules/CC/foreign/cmake/RULES b/rules/CC/foreign/cmake/RULES index 63d6e48..5f7c4f8 100644 --- a/rules/CC/foreign/cmake/RULES +++ b/rules/CC/foreign/cmake/RULES @@ -35,7 +35,10 @@ , "BUILD_POSITION_INDEPENDENT" , "TIMEOUT_SCALE" ] - , "implicit": {"defaults": [["CC", "defaults"]]} + , "implicit": + { "defaults": [["CC", "defaults"]] + , "foreign-defaults": [["CC/foreign", "defaults"]] + } , "field_doc": { "project": ["The CMake project directory. It should contain a single tree artifact"] @@ -298,6 +301,7 @@ ] , "implicit": { "defaults": [["CC", "defaults"]] + , "foreign-defaults": [["CC/foreign", "defaults"]] , "config_reader": [["CC", "prebuilt/read_pkgconfig.py"]] } , "field_doc": |