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 fa2d2e1008
commit fdacaf7d6d
2 changed files with 12 additions and 8 deletions

View File

@ -10,6 +10,7 @@ import errors ;
project : requirements
# default to all warnings on:
<warnings>all
: common-requirements <library>$(boost_dependencies)
;
local disable-icu = [ MATCH (--disable-icu) : [ modules.peek : ARGV ] ] ;