summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2024-08-29 10:16:49 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2024-08-29 10:41:24 +0200
commit730a716da983853a1dab253e2f59dbf0277f80b4 (patch)
tree901cfcce471b138b6a3151ee7dc2d987c5f6ee1b
parent89c75656275a0212e13ea0e47bcb9a965eb7dce0 (diff)
downloadrules-cc-730a716da983853a1dab253e2f59dbf0277f80b4.tar.gz
["CC", "library"]: document additional providers
-rw-r--r--CC/RULES14
1 files changed, 14 insertions, 0 deletions
diff --git a/CC/RULES b/CC/RULES
index 7e527f7..51b2578 100644
--- a/CC/RULES
+++ b/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":