mirror of
https://github.com/boostorg/move.git
synced 2025-07-30 12:27:14 +02:00
Move inter-lib dependencies to a project variable and into the build targets.
This commit is contained in:
@ -5,16 +5,19 @@
|
|||||||
|
|
||||||
require-b2 5.2 ;
|
require-b2 5.2 ;
|
||||||
|
|
||||||
|
constant boost_dependencies :
|
||||||
|
/boost/config//boost_config ;
|
||||||
|
|
||||||
project /boost/move
|
project /boost/move
|
||||||
: common-requirements
|
: common-requirements
|
||||||
<library>/boost/config//boost_config
|
|
||||||
<include>include
|
<include>include
|
||||||
;
|
;
|
||||||
|
|
||||||
explicit
|
explicit
|
||||||
[ alias boost_move ]
|
[ alias boost_move : : : : <library>$(boost_dependencies) ]
|
||||||
[ alias all : boost_move example test ]
|
[ alias all : boost_move example test ]
|
||||||
;
|
;
|
||||||
|
|
||||||
call-if : boost-library move
|
call-if : boost-library move
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user