Boost logo

Boost-Build :

Subject: Re: [Boost-build] integration with lib boost
From: Alexander Bernauer (alex_at_[hidden])
Date: 2009-02-23 04:49:09


On Monday 23 February 2009 07:14:09 Sean Hunt wrote:
> You can use the use-project directive to import the boost project into
> your Jamfile, and build libraries on demand with your build, and have
> them automatically linked in.

Wow, I think I'm gonna love Boost.Build ;-)

For the logs, this is how it works - at least for me:
---8<--- Jamroot
use-project boost : /home/code/3rd/boost_1_38_0 ;
--->8---

---8<--- some Jamfile
exe eps_over_nc : eps_over_nc.cc /boost//program_options ;
--->8---

thanks & regards

Alex




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