Mirror of Boost headers
Find a file
René Ferdinand Rivera Morell 95930ca8f5
Add support for modular build structure. (#2)
* 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.
2025-04-14 17:13:27 +03:00
build Add support for modular build structure. (#2) 2025-04-14 17:13:27 +03:00
include/boost/headers Move .gitkeep to include/boost/headers/ 2023-01-03 05:24:12 +02:00
build.jam Add support for modular build structure. (#2) 2025-04-14 17:13:27 +03:00
CMakeLists.txt Add CMakeLists.txt 2023-01-03 04:54:12 +02:00
README.md Update README 2018-10-05 20:35:43 +03:00

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.