2
0
mirror of https://github.com/boostorg/fiber.git synced 2026-01-19 04:12:09 +00:00

Split b2 dependencies into public and private.

This commit is contained in:
Rene Rivera
2024-07-26 12:48:26 -05:00
parent 676537675c
commit 01578e9635
2 changed files with 9 additions and 3 deletions

View File

@@ -6,13 +6,10 @@
require-b2 5.2 ;
constant boost_dependencies :
/boost/algorithm//boost_algorithm
/boost/assert//boost_assert
/boost/config//boost_config
/boost/context//boost_context
/boost/core//boost_core
/boost/filesystem//boost_filesystem
/boost/format//boost_format
/boost/intrusive//boost_intrusive
/boost/predef//boost_predef
/boost/smart_ptr//boost_smart_ptr ;

View File

@@ -11,13 +11,22 @@ import testing ;
import toolset ;
import-search /boost/config/checks ;
import config : requires ;
import-search /boost/context ;
import boost-context-features ;
feature.feature numa : on : optional propagated composite ;
feature.compose <numa>on : <define>BOOST_USE_NUMA ;
constant boost_dependencies_private :
/boost/algorithm//boost_algorithm
/boost/filesystem//boost_filesystem
/boost/format//boost_format
;
project
: common-requirements <library>$(boost_dependencies)
: requirements
<library>$(boost_dependencies_private)
<library>/boost/context//boost_context
<library>/boost/filesystem//boost_filesystem
<target-os>solaris:<linkflags>"-llgrp"