
11 Jun
2004
11 Jun
'04
4:37 a.m.
"David B. Held" <dheld@codelogicconsulting.com> wrote in message news:cabbim$no3$1@sea.gmane.org...
What is the canonical way to link the Boost.Test library? Is it better to just include the sources in the project, or to try to link to a built library?
Dave
I personally would definetly recommend standalone library. You could build one with Jamfile provided (or using msvc project if you like to). Amoung other things it would allow you to be ignorant about list of the files in library (which may change) Gennadiy.