forked from boostorg/intrusive
Move inter-lib dependencies to a project variable and into the build targets.
This commit is contained in:
11
build.jam
11
build.jam
@@ -5,18 +5,21 @@
|
||||
|
||||
require-b2 5.2 ;
|
||||
|
||||
constant boost_dependencies :
|
||||
/boost/assert//boost_assert
|
||||
/boost/config//boost_config
|
||||
/boost/move//boost_move ;
|
||||
|
||||
project /boost/intrusive
|
||||
: common-requirements
|
||||
<library>/boost/assert//boost_assert
|
||||
<library>/boost/config//boost_config
|
||||
<library>/boost/move//boost_move
|
||||
<include>include
|
||||
;
|
||||
|
||||
explicit
|
||||
[ alias boost_intrusive ]
|
||||
[ alias boost_intrusive : : : : <library>$(boost_dependencies) ]
|
||||
[ alias all : boost_intrusive example test ]
|
||||
;
|
||||
|
||||
call-if : boost-library intrusive
|
||||
;
|
||||
|
||||
|
Reference in New Issue
Block a user