Skip to content

Commit

Permalink
Move inter-lib dependencies to a project variable and into the build …
Browse files Browse the repository at this point in the history
…targets.
  • Loading branch information
grafikrobot committed Jul 24, 2024
1 parent 53bbeac commit a03806e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.jam
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ project /boost/lambda2
;

explicit
[ alias boost_lambda2 ]
[ alias boost_lambda2 : : : : <library>$(boost_dependencies) ]
[ alias all : boost_lambda2 test ]
;

call-if : boost-library lambda2
;

0 comments on commit a03806e

Please sign in to comment.