
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 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.701 / Virus Database: 458 - Release Date: 6/7/2004

"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.
participants (2)
-
David B. Held
-
Gennadiy Rozental