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 4d9500c31c
commit ca8cd0c287

View File

@@ -14,7 +14,7 @@ project /boost/config
;
explicit
[ alias boost_config ]
[ alias boost_config : : : : <library>$(boost_dependencies) ]
[ alias all : boost_config test ]
[ alias testing
: # sources
@@ -29,3 +29,4 @@ call-if : boost-library config
;
use-project /boost/architecture : checks/architecture ;