mirror of
https://github.com/boostorg/tuple.git
synced 2025-07-29 12:17:32 +02:00
Update build.jam
This commit is contained in:
@ -11,16 +11,12 @@ constant boost_dependencies :
|
|||||||
/boost/static_assert//boost_static_assert
|
/boost/static_assert//boost_static_assert
|
||||||
/boost/type_traits//boost_type_traits ;
|
/boost/type_traits//boost_type_traits ;
|
||||||
|
|
||||||
project /boost/tuple
|
project /boost/tuple ;
|
||||||
: common-requirements
|
|
||||||
<include>include
|
|
||||||
;
|
|
||||||
|
|
||||||
explicit
|
explicit
|
||||||
[ alias boost_tuple : : : : <library>$(boost_dependencies) ]
|
[ alias boost_tuple : : : : <include>include <library>$(boost_dependencies) ]
|
||||||
[ alias all : boost_tuple test ]
|
[ alias all : boost_tuple test ]
|
||||||
;
|
;
|
||||||
|
|
||||||
call-if : boost-library tuple
|
call-if : boost-library tuple
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user