blob: 97e0e48c7d8ba9519e1eb9bfd08c5764fe68603d (
plain)
1
2
3
4
5
6
7
8
|
# boost_install
This repository contains the implementation of the
`boost-install` rule. This rule, when called from
a library `Jamfile`, creates an `install` target
that installs the library and its CMake configuration
file. It also invokes the `install` targets of its
dependencies.
|