Boost logo

Boost :

From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2002-07-10 15:20:08


Hi,

My jamfile is located in libs/test/build. It defines among others library
test_exec_monitor.
To link with that library I need to refer to it like this:
<lib>libs/test/build/test_exec_monitor
Grist "build" seems to be excessive. So I created Jamfile for directory
libs/test with following content:

subproject libs/test ;
subinclude build ;

Expecting that now I will be able to refer to the library like this
<lib>libs/test/test_exec_monitor
But this does not seems to work as I expected.

Could somebody help?

Gennadiy.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk