Boost logo

Boost-Build :

Subject: Re: [Boost-build] Depending on external libraries
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2012-09-24 17:07:56


AMDG

On 09/24/2012 01:19 PM, Paulo Márcio Figueiredo Alves wrote:
> Hi,
>
> I'm wondering if there is a good way to depend on boost's source code
> (boost or other library). Here is what I want (all libraries are using
> boost build):
>
> /path/to/libraries
> |
> +-- <snip>
>
> #
> # project-root.jam
> #
> exe my_proj
> : main.cpp
> /boost/filesystem
> /zlib
> /cryptopp
> ;
>
>
> Is that possible? If it is possible, and I believe it is, how can I do that?
> I used third party libraries, but could be mine as well.
>

use-project /boost : /path/to/libraries/boost ;

In Christ,
Steven Watanabe


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk