diff --git a/build.jam b/build.jam index 4e0e330..38f04bf 100644 --- a/build.jam +++ b/build.jam @@ -5,19 +5,22 @@ require-b2 5.2 ; +constant boost_dependencies : + /boost/config//boost_config + /boost/core//boost_core + /boost/static_assert//boost_static_assert + /boost/type_traits//boost_type_traits ; + project /boost/tuple : common-requirements - /boost/config//boost_config - /boost/core//boost_core - /boost/static_assert//boost_static_assert - /boost/type_traits//boost_type_traits include ; explicit - [ alias boost_tuple ] + [ alias boost_tuple : : : : $(boost_dependencies) ] [ alias all : boost_tuple test ] ; call-if : boost-library tuple ; +