mirror of
https://github.com/boostorg/variant2.git
synced 2025-07-30 12:17:16 +02:00
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 ;
|
require-b2 5.2 ;
|
||||||
|
|
||||||
|
constant boost_dependencies :
|
||||||
|
/boost/assert//boost_assert
|
||||||
|
/boost/config//boost_config
|
||||||
|
/boost/mp11//boost_mp11 ;
|
||||||
|
|
||||||
project /boost/variant2
|
project /boost/variant2
|
||||||
: common-requirements
|
: common-requirements
|
||||||
<library>/boost/assert//boost_assert
|
|
||||||
<library>/boost/config//boost_config
|
|
||||||
<library>/boost/mp11//boost_mp11
|
|
||||||
<include>include
|
<include>include
|
||||||
;
|
;
|
||||||
|
|
||||||
explicit
|
explicit
|
||||||
[ alias boost_variant2 ]
|
[ alias boost_variant2 : : : : <library>$(boost_dependencies) ]
|
||||||
[ alias all : boost_variant2 test ]
|
[ alias all : boost_variant2 test ]
|
||||||
;
|
;
|
||||||
|
|
||||||
call-if : boost-library variant2
|
call-if : boost-library variant2
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user