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
parent c62822b6b5
commit 0d2a85b3de

View File

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