Hello,
Using boost build, if I can link to a boost python library with this in my jamfile:
project myProject : requirement /boost/python//boost_python ;
how can I link to boost test? I have built the boost test library.
I don't want to use file paths since my code is portable. Thanks
Si