diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-08-29 10:16:49 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-08-29 10:41:24 +0200 |
commit | 5a47fea5af791d5027d1778ae694258b33dde6cb (patch) | |
tree | 1b0c1077ba87c1e1d1efa29defbeaaefd3a28c1b /rules/CC/RULES | |
parent | 892e40409567ab4e6c7f24958093f94ee83ec7cd (diff) | |
download | rules-cc-5a47fea5af791d5027d1778ae694258b33dde6cb.tar.gz |
["CC", "library"]: document additional providers
Diffstat (limited to 'rules/CC/RULES')
-rw-r--r-- | rules/CC/RULES | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/rules/CC/RULES b/rules/CC/RULES index 7e527f7..51b2578 100644 --- a/rules/CC/RULES +++ b/rules/CC/RULES @@ -597,6 +597,20 @@ ] , "debug-srcs": ["Map of all sources needed for debugging."] , "debug-hdrs": ["Map of all additional headers needed for debugging."] + , "run-libs": + [ "Map of artifacts specifying libraries that have to be present at" + , "runtime (as well as during linking)." + ] + , "run-libs-args": + [ "Additional arguments for linking that are related to the run-libs." + , "Those are added on the linker command line after the regular link-args." + ] + , "package": + [ "Information related to packaging the library. This provider is a map," + , "specifying \"name\" and \"version\" of the package, as well as" + , "additional stages \"cflags-files\" and \"ldflags-files\" for files" + , "with compile-flags or link-flags, respctively." + ] } , "anonymous": { "proto-deps": |