$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Bjam linking to a 3rd party static library
From: Kevin Hughes (k.hughes_at_[hidden])
Date: 2011-09-28 14:07:00
Hi,
I am working on a boost python module and I am having difficulty setting up
my JamRoot file. I need to tell Bjam about opencv in order for my module to
work. I am not sure how (or where in the JamRoot file) to tell Bjam about
the static library.
Help is much appreciated.
Thanks