
2 Jul
2025
2 Jul
'25
4:49 p.m.
On 30 Jun 2025 14:27, cppleo--- via Boost wrote:
Hello, everyone.
Does anybody know how to create repository for Boost header only library, which successfully builds using b2 and CMake with quickbook documentation and tests?
We don't have templates for new libraries, but you can look at the existing libraries and see how it's done there. For example, Boost.Core (libs/core) and Boost.Scope (libs/scope) satisfy your criteria. We currently support building documentation only with b2, so you don't have to support CMake for docs for now. Running tests with CMake is not supported in all libraries, but it is desirable.