$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Propagating implicit depencencies
From: Börje Granberg (borje.granberg_at_[hidden])
Date: 2010-04-09 02:57:56
Hi,
My project consists of several libs where one library generates header
files which all the other libraries use. Where do I put the
<implicit-dependency> so I don't have to copy paste that all over the
project?
I have tried to put it in the project rule in the Jamroot but then I
get "Recursion in main target references".
Thanks
//Börje