From ffd385ec4a9a8d9456c7a16aaec68c766177f560 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Tue, 23 Jul 2024 22:34:24 -0500 Subject: [PATCH] Move inter-lib dependencies to a project variable and into the build targets. --- build.jam | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.jam b/build.jam index 1d04145..c7536a0 100644 --- a/build.jam +++ b/build.jam @@ -11,9 +11,10 @@ project /boost/mp11 ; explicit - [ alias boost_mp11 ] + [ alias boost_mp11 : : : : $(boost_dependencies) ] [ alias all : boost_mp11 test ] ; call-if : boost-library mp11 ; +