Skip to content

Commit

Permalink
Add included target to mirror build//* targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Jul 26, 2024
1 parent ee0cf6c commit d002cd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.jam
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ explicit
[ alias boost_included_prg_exec_monitor : : : : <library>$(boost_dependencies) ]
[ alias boost_included_test_exec_monitor : : : : <library>$(boost_dependencies) ]
[ alias boost_included_unit_test_framework : : : : <library>$(boost_dependencies) ]
[ alias included : : : : <library>$(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 ]
Expand Down

0 comments on commit d002cd5

Please sign in to comment.