Skip to content

Commit

Permalink
Update build.jam
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Sep 22, 2024
1 parent c260ed3 commit 7f041f7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions build.jam
Original file line number Diff line number Diff line change
Expand Up @@ -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
;

0 comments on commit 7f041f7

Please sign in to comment.