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 b36aa58 commit 36c5a81
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.jam
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,19 @@

require-b2 5.2 ;

constant boost_dependencies :
/boost/config//boost_config ;

project /boost/move
: common-requirements
<library>/boost/config//boost_config
<include>include
;

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

call-if : boost-library move
;

0 comments on commit 36c5a81

Please sign in to comment.