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:22 -05:00
committed by Jim King
parent c1c1ba3ee5
commit c6cceb7511

View File

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