diff --git a/build.jam b/build.jam index 6ec9053..77017c9 100644 --- a/build.jam +++ b/build.jam @@ -5,19 +5,22 @@ require-b2 5.2 ; +constant boost_dependencies : + /boost/config//boost_config + /boost/preprocessor//boost_preprocessor + /boost/static_assert//boost_static_assert + /boost/type_traits//boost_type_traits ; + project /boost/concept_check : common-requirements - /boost/config//boost_config - /boost/preprocessor//boost_preprocessor - /boost/static_assert//boost_static_assert - /boost/type_traits//boost_type_traits include ; explicit - [ alias boost_concept_check ] + [ alias boost_concept_check : : : : $(boost_dependencies) ] [ alias all : boost_concept_check test ] ; call-if : boost-library concept_check ; +