mirror of
https://github.com/boostorg/bimap.git
synced 2026-01-19 16:12:10 +00:00
Update build.jam
This commit is contained in:
@@ -20,16 +20,12 @@ constant boost_dependencies :
|
||||
/boost/type_traits//boost_type_traits
|
||||
/boost/utility//boost_utility ;
|
||||
|
||||
project /boost/bimap
|
||||
: common-requirements
|
||||
<include>include
|
||||
;
|
||||
project /boost/bimap ;
|
||||
|
||||
explicit
|
||||
[ alias boost_bimap : : : : <library>$(boost_dependencies) ]
|
||||
[ alias boost_bimap : : : : <include>include <library>$(boost_dependencies) ]
|
||||
[ alias all : boost_bimap example test ]
|
||||
;
|
||||
|
||||
call-if : boost-library bimap
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user