mirror of
https://github.com/boostorg/type_traits.git
synced 2025-06-25 03:41:32 +02:00
Move inter-lib dependencies to a project variable and into the build targets.
This commit is contained in:
@ -5,15 +5,17 @@
|
||||
|
||||
require-b2 5.2 ;
|
||||
|
||||
constant boost_dependencies :
|
||||
/boost/config//boost_config
|
||||
/boost/static_assert//boost_static_assert ;
|
||||
|
||||
project /boost/type_traits
|
||||
: common-requirements
|
||||
<library>/boost/config//boost_config
|
||||
<library>/boost/static_assert//boost_static_assert
|
||||
<include>include
|
||||
;
|
||||
|
||||
explicit
|
||||
[ alias boost_type_traits ]
|
||||
[ alias boost_type_traits : : : : <library>$(boost_dependencies) ]
|
||||
[ alias all : boost_type_traits test ]
|
||||
# Other Boost lib tests depend on the type_traits test checks.
|
||||
[ alias testing
|
||||
@ -27,3 +29,4 @@ explicit
|
||||
|
||||
call-if : boost-library type_traits
|
||||
;
|
||||
|
||||
|
Reference in New Issue
Block a user