$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] glob-tree question
From: Vladimir Prus (vladimir.prus_at_[hidden])
Date: 2015-05-29 14:31:27
Hi Rene,
On 5/21/2015 5:35 PM, Rene Rivera wrote:
> Try just the project level versions of glob:
>
> headers = [ glob-tree $(SELF)/include/boost : *.hpp ] ;
>
> or
>
> headers = [ glob-tree-ex $(SELF)/include/boost : *.hpp ] ;
Do we actually need "glob-tree-ex" - the name does not seem entirely
clear to me?
Thanks,
Volodya