|
Boost-Build : |
Subject: Re: [Boost-build] How to stop propagate include paths of internal library
From: Kevin Wheatley (hxpro_at_[hidden])
Date: 2009-03-09 07:28:50
Franz wrote:
> Here are the Jamfiles:
>
> ##-- Jamfile LibA
> project LibA :
> : requirements
> <include>./inc
> : usage-requirements
> <include>./inc
> ;
If I understand you correctly I believe you want to not pass on the
usage-requirement, which means you should only need:
project LibA :
: requirements
<include>./inc
;
Kevin
-- | Kevin Wheatley, Cinesite (Europe) Ltd | Nobody thinks this | | Senior Technology | My employer for certain | | And Network Systems Architect | Not even myself |
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk