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:24 -05:00
parent 53bbeac521
commit a03806e4ec

View File

@ -11,9 +11,10 @@ project /boost/lambda2
;
explicit
[ alias boost_lambda2 ]
[ alias boost_lambda2 : : : : <library>$(boost_dependencies) ]
[ alias all : boost_lambda2 test ]
;
call-if : boost-library lambda2
;