|
Boost : |
From: David Abrahams (dave_at_[hidden])
Date: 2004-06-13 15:25:56
Rene Rivera <grafik.list_at_[hidden]> writes:
> Or if you are outside of the Boost tree, but still have access to the
> Boost distribution, you can use the project relative targets:
>
> * In your Jamrules add:
>
> project boost : $(BOOST_ROOT) ;
>
> * And then in the test do:
>
> exe my_test
> : <lib>@boost./libs/test/build/boost_test_exec_monitor
^ oops
> my_test.cpp
> <include>$(BOOST_ROOT)
> ;
You can use project relative targets from within boost too. I
recommend it; it keeps things much cleaner.
-- Dave Abrahams Boost Consulting http://www.boost-consulting.com
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk