$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Propagating implicit depencencies
From: Vladimir Prus (ghost_at_[hidden])
Date: 2010-04-13 15:52:12
Börje Granberg wrote:
> 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?
Does putting it in the usage requirements of the metatarget that generates
the header help?
- Volodya