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 ca73c52 commit 328509c
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/pfr
;

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

call-if : boost-library pfr
;

0 comments on commit 328509c

Please sign in to comment.