Boost logo

Boost-Build :

Subject: Re: [Boost-build] [boost-build] how to use boost.use-project?
From: Andrey Torba (andreytorba_at_[hidden])
Date: 2009-07-14 05:01:46


On Tue, Jul 14, 2009 at 11:56 AM, Vladimir Prus <ghost_at_[hidden]> wrote:

> On Tuesday 14 July 2009 Andrey Torba wrote:
>

>
> You don't specify that any target actually uses boost. You probably need:
>
> exe main : main.cpp /boost//headers ;
>
> - Volodya
> _______________________________________________
> Unsubscribe & other changes:
> http://lists.boost.org/mailman/listinfo.cgi/boost-build
>

Thanks!

Can i do such way?
===================================================================
import boost ;

boost.use-project ;

project : build-dir
          bin
        : requirements
          <library>/boost//headers
        ;

exe main1 : main1.cpp ;
exe main2 : main2.cpp ;

-- 
Regards, Andrey


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