30 Aug
2014
30 Aug
'14
11:27 p.m.
Andrey Semashev wrote:
On Saturday 30 August 2014 14:39:31 Steven Watanabe wrote: ...
Jamroot has this:
local all-headers = [ MATCH .*libs/(.*)/include/boost : [ glob libs/*/include/boost ] ] ;
which won't find the libs/mpl/core/include subdirectory.
Does it mean that sublibs are not supported or that this is a bug?
Jamroot at the moment only supports sublibs in numeric: local numeric-headers = [ MATCH .*libs/numeric/(.*)/include/boost : [ glob libs/*/*/include/boost ] ] ; I'd call that a bug.