
13 Jun
2004
13 Jun
'04
8:25 p.m.
Rene Rivera <grafik.list@redshift-software.com> 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