forked from boostorg/typeof
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 ;
|
||||
|
||||
constant boost_dependencies :
|
||||
/boost/config//boost_config ;
|
||||
|
||||
project /boost/typeof
|
||||
: common-requirements
|
||||
<library>/boost/config//boost_config
|
||||
<include>include
|
||||
;
|
||||
|
||||
explicit
|
||||
[ alias boost_typeof ]
|
||||
[ alias boost_typeof : : : : <library>$(boost_dependencies) ]
|
||||
[ alias all : boost_typeof test ]
|
||||
;
|
||||
|
||||
call-if : boost-library typeof
|
||||
;
|
||||
|
||||
|
Reference in New Issue
Block a user