$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Include path for Boost
From: Vladimir Prus (ghost_at_[hidden])
Date: 2010-10-07 09:29:13
On Thursday, October 07, 2010 17:25:47 Edward Diener wrote:
> I noticed that in jamfiles for Boost libraries which I am examining, the
> <include> path for Boost is never given as a property when compiling
> files. Is the <include> path for Boost automatically added by the Boost
> Build system ?
Nope. It's added by project requirements in Jamroot -- and inherited by
all projects.
- Volodya