mirror of
https://github.com/boostorg/core.git
synced 2025-05-09 23:03:54 +00:00
Move inter-lib dependencies to a project variable and into the build targets.
This commit is contained in:
parent
243eec26fe
commit
42d0c5954a
13
build.jam
13
build.jam
@ -5,19 +5,22 @@
|
|||||||
|
|
||||||
require-b2 5.2 ;
|
require-b2 5.2 ;
|
||||||
|
|
||||||
|
constant boost_dependencies :
|
||||||
|
/boost/assert//boost_assert
|
||||||
|
/boost/config//boost_config
|
||||||
|
/boost/static_assert//boost_static_assert
|
||||||
|
/boost/throw_exception//boost_throw_exception ;
|
||||||
|
|
||||||
project /boost/core
|
project /boost/core
|
||||||
: common-requirements
|
: common-requirements
|
||||||
<library>/boost/assert//boost_assert
|
|
||||||
<library>/boost/config//boost_config
|
|
||||||
<library>/boost/static_assert//boost_static_assert
|
|
||||||
<library>/boost/throw_exception//boost_throw_exception
|
|
||||||
<include>include
|
<include>include
|
||||||
;
|
;
|
||||||
|
|
||||||
explicit
|
explicit
|
||||||
[ alias boost_core ]
|
[ alias boost_core : : : : <library>$(boost_dependencies) ]
|
||||||
[ alias all : boost_core test ]
|
[ alias all : boost_core test ]
|
||||||
;
|
;
|
||||||
|
|
||||||
call-if : boost-library core
|
call-if : boost-library core
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user