Boost logo

Boost-Build :

From: Larry Evans (cppljevans_at_[hidden])
Date: 2004-09-04 17:45:35


On 09/04/2004 05:03 PM, Michael Peterson wrote:
> Here's a really simple question:
>
> I want to compile three files, test/main.cpp, test/NumberTest.cpp, and
> /lib/Number.cpp. The jamfile, Jamfile.v2, In the test directory, is:
>
> /# FILE: Long\test\Jamfile.v2/
> /project main
> : requirements
> <include>C:/local/sde/projects/cppunit-1.10.2/include
> ;/

I have the following in my Jamfile.v2:
<----------------
project boost
: requirements
<include>.
: usage-requirements
<include>.
;
>----------------
I don't know where I read about usage-requirements, but this
seems to work for me. Maybe adding:

: usage-requirements
C:/local/sde/projects/cppunit-1.10.2/include

would work for you.

 


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