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 c62822b commit 0d2a85b
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/preprocessor
;

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

call-if : boost-library preprocessor
;

0 comments on commit 0d2a85b

Please sign in to comment.