$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Submodules of Boost libraries
From: Adam Wulkiewicz (adam.wulkiewicz_at_[hidden])
Date: 2014-10-06 12:42:04
Mathias Gaunard wrote:
> What I would want, however, is
>
> BOOST_ROOT/libs
> +-library_name
> +-sublib_name1
> | +-include
> | | +-boost
> | | | +-sublib_name1
> | | | | +-...
> | +-test
> | | +-Jamfile.v2
> | +-example
> | +-build
> | | +-Jamfile.v2
> | +-src
> +-sublib_name2
> | +-include
> | | +-boost
> | | | +-sublib_name2
> | | | | +-...
> | +-test
> | | +-Jamfile.v2
> | +-example
> | +-build
> | | +-Jamfile.v2
> | +-src
> +-(file)sublibs
Apparently, this should work as well.
Regards,
Adam