diff options
Diffstat (limited to 'doc/tutorial/third-party-software.org')
-rw-r--r-- | doc/tutorial/third-party-software.org | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/tutorial/third-party-software.org b/doc/tutorial/third-party-software.org index f9237047..c024b308 100644 --- a/doc/tutorial/third-party-software.org +++ b/doc/tutorial/third-party-software.org @@ -117,6 +117,13 @@ following content: } #+END_SRC +After adding the library to the multi-repository configuration (next +step), the list of configuration variables a target, like ~["src", +"fmt"]~, actually depends on can be obtained using the ~--dump-vars~ +option of the ~analyse~ subcommand. In this way, an informed +decission can be taken when deciding which variables of the export +target to make tunable for the consumer. + ** Adding fmtlib to the Multi-Repository Configuration Based on the /hello world/ tutorial, we can extend the existing ~repos.json~ by |