From 2f0b97725770ca74cd96b04b7b95bd49a9069bfa Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 17 Mar 2022 09:44:37 +0100 Subject: Add documentation for the "proto" fields in the CC rules --- CC/RULES | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'CC') diff --git a/CC/RULES b/CC/RULES index 4267f96..3cb766c 100644 --- a/CC/RULES +++ b/CC/RULES @@ -203,6 +203,13 @@ , "link external": ["Additional linker flags for linking external libraries."] , "deps": ["Any other libraries this library depends upon."] + , "proto": + [ "Any [\"proto\", \"library\"] this target depends upon directly." + , "The creation of C++ bindings for this proto library as well as of" + , "is dependencies will be taken care of (as anonymous targets, so no" + , "duplicate work will be carried out, even if the same proto library" + , "is used at various places)." + ] } , "config_doc": { "CXX": ["The name of the C++ compiler to be used."] @@ -346,6 +353,13 @@ , "link external": ["Additional linker flags for linking external libraries."] , "deps": ["Any other libraries this binary depends upon."] + , "proto": + [ "Any [\"proto\", \"library\"] this target depends upon directly." + , "The creation of C++ bindings for this proto library as well as of" + , "is dependencies will be taken care of (as anonymous targets, so no" + , "duplicate work will be carried out, even if the same proto library" + , "is used at various places)." + ] } , "config_doc": { "CXX": ["The name of the C++ compiler to be used."] -- cgit v1.2.3