forked from boostorg/optional
Update build deps.
This commit is contained in:
11
build.jam
11
build.jam
@ -10,19 +10,14 @@ constant boost_dependencies :
|
|||||||
/boost/config//boost_config
|
/boost/config//boost_config
|
||||||
/boost/core//boost_core
|
/boost/core//boost_core
|
||||||
/boost/move//boost_move
|
/boost/move//boost_move
|
||||||
/boost/predef//boost_predef
|
|
||||||
/boost/static_assert//boost_static_assert
|
/boost/static_assert//boost_static_assert
|
||||||
/boost/throw_exception//boost_throw_exception
|
/boost/throw_exception//boost_throw_exception
|
||||||
/boost/type_traits//boost_type_traits
|
/boost/type_traits//boost_type_traits ;
|
||||||
/boost/utility//boost_utility ;
|
|
||||||
|
|
||||||
project /boost/optional
|
project /boost/optional ;
|
||||||
: common-requirements
|
|
||||||
<include>include
|
|
||||||
;
|
|
||||||
|
|
||||||
explicit
|
explicit
|
||||||
[ alias boost_optional : : : : <library>$(boost_dependencies) ]
|
[ alias boost_optional : : : : <library>$(boost_dependencies) <include>include ]
|
||||||
[ alias all : boost_optional test ]
|
[ alias all : boost_optional test ]
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user