$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-05-20 07:59:21
You add
<find-library>boost_signals <library-path>path/to/boost_signals
to your project requirements.
-Dave
----- Original Message -----
From: "Steven Kirk" <steven.kirk_at_[hidden]>
I set BOOST_ROOT, BOOST_BUILD_PATH, type 'bjam' and everything builds as it
should.
However, I now want to use the new boost signals library, which I have got
from CVS and built without problem. My question is, how do I tell the
Jamfile to link with libboost_signals?