$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Submodules of Boost libraries
From: Vicente J. Botet Escriba (vicente.botet_at_[hidden])
Date: 2014-09-29 13:08:57
Le 29/09/14 17:02, Mathias Gaunard a écrit :
> Hi folks,
>
> I'd like to ready my library for inclusion into Boost.
> My library is made of several modules, and I'd like to keep that into
> Boost.
>
> How does Boost handles multiple submodules within a library submodule?
>
>
Hi,
I you want a single repository, create a directory for each one of the
sub-modules and add a file named sublibs.
Vicente