mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 14:05:01 +00:00
Add use-project for /boost/tools/inspect
This commit is contained in:
parent
a3081b30bd
commit
5a86ed2cec
1 changed files with 2 additions and 0 deletions
2
Jamroot
2
Jamroot
|
@ -247,6 +247,8 @@ for local l in $(all-libraries)
|
|||
use-project /boost/$(l) : libs/$(l)/build ;
|
||||
}
|
||||
|
||||
use-project /boost/tools/inspect : tools/inspect/build ;
|
||||
|
||||
# This rule should be called from libraries' Jamfiles and will create two
|
||||
# targets, "install" and "stage", that will install or stage that library. The
|
||||
# --prefix option is respected, but --with and --without options, naturally, are
|
||||
|
|
Loading…
Add table
Reference in a new issue