From d002cd5d1509040d88806b4e94cd17583257b60e Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Thu, 25 Jul 2024 23:25:41 -0500 Subject: [PATCH] Add included target to mirror build//* targets. --- build.jam | 1 + 1 file changed, 1 insertion(+) diff --git a/build.jam b/build.jam index a508be80d9..dd6db1f895 100644 --- a/build.jam +++ b/build.jam @@ -41,6 +41,7 @@ explicit [ alias boost_included_prg_exec_monitor : : : : $(boost_dependencies) ] [ alias boost_included_test_exec_monitor : : : : $(boost_dependencies) ] [ alias boost_included_unit_test_framework : : : : $(boost_dependencies) ] + [ alias included : : : : $(boost_dependencies) ] [ alias included_prg_exec_monitor : boost_included_prg_exec_monitor ] [ alias included_test_exec_monitor : boost_included_test_exec_monitor ] [ alias included_unit_test_framework : boost_included_unit_test_framework ]