$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Fwd: Installing CMake configuration files
From: Peter Dimov (pdimov_at_[hidden])
Date: 2018-10-20 00:46:33
> Yeah, I haven't been able to figure this part out. How do I pass the
> $(sources) from generate-cmake-variant to generate-cmake-variant-'s
> sources?
The sources - in this case $(lib-target) go here, after
`non-scanning-action`:
local a = [ new non-scanning-action $(lib-target) :
boost-install.generate-cmake-variant- : $(property-set) ] ;
:-)