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