1
0
forked from boostorg/bind

Move inter-lib dependencies to a project variable and into the build targets.

This commit is contained in:
Rene Rivera
2024-07-23 22:34:23 -05:00
parent a902503477
commit 5af56ff9f8

View File

@ -5,17 +5,20 @@
require-b2 5.2 ;
constant boost_dependencies :
/boost/config//boost_config
/boost/core//boost_core ;
project /boost/bind
: common-requirements
<library>/boost/config//boost_config
<library>/boost/core//boost_core
<include>include
;
explicit
[ alias boost_bind ]
[ alias boost_bind : : : : <library>$(boost_dependencies) ]
[ alias all : boost_bind test ]
;
call-if : boost-library bind
;