Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
test/ | 12-May-2024 | - | 172,043 | 145,229 | ||
BoostConfig.cmake | D | 12-May-2024 | 9 KiB | 283 | 206 | |
BoostDetectToolset.cmake | D | 12-May-2024 | 3.4 KiB | 157 | 91 | |
Jamfile | D | 12-May-2024 | 419 | 11 | 7 | |
README.md | D | 12-May-2024 | 286 | 9 | 7 | |
boost-install-dirs.jam | D | 12-May-2024 | 1.7 KiB | 105 | 80 | |
boost-install.jam | D | 12-May-2024 | 36.2 KiB | 1,239 | 983 |
README.md
1# boost_install 2 3This repository contains the implementation of the 4`boost-install` rule. This rule, when called from 5a library `Jamfile`, creates an `install` target 6that installs the library and its CMake configuration 7file. It also invokes the `install` targets of its 8dependencies. 9