mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Use <library>, not <source>, in tutorial.
[SVN r38149]
This commit is contained in:
@@ -429,9 +429,9 @@ The <filename>/library-example/foo//bar</filename> syntax is used
|
||||
<para>If you want all applications in some project to link
|
||||
to a certain library, you can avoid having to specify it directly the sources of every
|
||||
target by using the
|
||||
<varname><source></varname> property. For example, if <filename>/boost/filesystem//fs</filename>
|
||||
<varname><library></varname> property. For example, if <filename>/boost/filesystem//fs</filename>
|
||||
should be linked to all applications in your project, you can add
|
||||
<code><source>/boost/filesystem//fs</code> to the project's requirements, like this:</para>
|
||||
<code><library>/boost/filesystem//fs</code> to the project's requirements, like this:</para>
|
||||
|
||||
<programlisting>
|
||||
project
|
||||
|
||||
Reference in New Issue
Block a user