Split b2 dependencies into public and private.

This commit is contained in:
Rene Rivera
2024-07-26 17:32:48 -05:00
parent b77aeaa36b
commit f5fce8a124
2 changed files with 5 additions and 2 deletions

View File

@@ -7,7 +7,6 @@ require-b2 5.2 ;
constant boost_dependencies :
/boost/any//boost_any
/boost/bind//boost_bind
/boost/config//boost_config
/boost/core//boost_core
/boost/detail//boost_detail
@@ -17,7 +16,6 @@ constant boost_dependencies :
/boost/smart_ptr//boost_smart_ptr
/boost/static_assert//boost_static_assert
/boost/throw_exception//boost_throw_exception
/boost/tokenizer//boost_tokenizer
/boost/type_traits//boost_type_traits ;
project /boost/program_options

View File

@@ -1,4 +1,9 @@
constant boost_dependencies_private :
/boost/bind//boost_bind
/boost/tokenizer//boost_tokenizer
;
project
: source-location ../src
: common-requirements <library>$(boost_dependencies)