$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] usage-requirements on specific targets
From: Christian Auby (christian_at_[hidden])
Date: 2010-02-17 08:13:25
say I have:
project : usage-requirements
<define>SOMETHING
;
lib one : one.cpp ;
lib two : two.cpp ;
how would I add usage-requirements specifically for each lib? e.g. a
<define> or <include> that only apply if you depend on target "one" or
"two", but not common for both.
regards,
Christian