Boost logo

Boost Users :

From: David Abrahams (dave_at_[hidden])
Date: 2003-04-29 20:44:28


"Vaclav Vesely" <yg-boost-users_at_[hidden]> writes:

> Hi,
>
> It's possible to specify dependency on a target from another project tree? I
> want to write to my project's "Jamfile" something like this:
>
> --- Jamfile ---
> exe test :
> test.cpp
> <dll>$(BOOST_ROOT)/libs/threads/build/boost_thread
> :
> <include>$(BOOST_ROOT)
> ;
> ---

Only in Boost.Build v2. You can of course use
<find-library>boost_thread and <library-path>path-to-threads-lib in
v1, but it won't automatically update the threads library.

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net