mirror of
https://github.com/boostorg/headers.git
synced 2025-05-11 23:38:38 +00:00
Mirror of Boost headers
![]() * Switch to library requirements instead of source. As source puts extra source in install targets. * Add top-level build for consistency and testing. * Add support for root-less modular build/install. * Add requires-b2 check to top-level build file. * Bump B2 require to 5.2 * Increment b2 version require. * Move inter-lib dependencies to a project variable and into the build targets. |
||
---|---|---|
build | ||
include/boost/headers | ||
build.jam | ||
CMakeLists.txt | ||
README.md |
headers
This is a "fake" library that installs the Boost headers on
b2 libs/headers/build//install
.
It also creates a CMake target Boost::headers
, on which the
non-header library targets such as Boost::filesystem
depend.