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 ba545172e2
commit fbdf4f129d

View File

@@ -5,18 +5,21 @@
require-b2 5.2 ;
constant boost_dependencies :
/boost/assert//boost_assert
/boost/config//boost_config
/boost/move//boost_move ;
project /boost/intrusive
: common-requirements
<library>/boost/assert//boost_assert
<library>/boost/config//boost_config
<library>/boost/move//boost_move
<include>include
;
explicit
[ alias boost_intrusive ]
[ alias boost_intrusive : : : : <library>$(boost_dependencies) ]
[ alias all : boost_intrusive example test ]
;
call-if : boost-library intrusive
;