mirror of
https://github.com/boostorg/uuid.git
synced 2026-01-19 04:42:16 +00:00
Move inter-lib dependencies to a project variable and into the build targets.
This commit is contained in:
13
build.jam
13
build.jam
@@ -5,19 +5,22 @@
|
||||
|
||||
require-b2 5.2 ;
|
||||
|
||||
constant boost_dependencies :
|
||||
/boost/assert//boost_assert
|
||||
/boost/config//boost_config
|
||||
/boost/throw_exception//boost_throw_exception
|
||||
/boost/type_traits//boost_type_traits ;
|
||||
|
||||
project /boost/uuid
|
||||
: common-requirements
|
||||
<library>/boost/assert//boost_assert
|
||||
<library>/boost/config//boost_config
|
||||
<library>/boost/throw_exception//boost_throw_exception
|
||||
<library>/boost/type_traits//boost_type_traits
|
||||
<include>include
|
||||
;
|
||||
|
||||
explicit
|
||||
[ alias boost_uuid ]
|
||||
[ alias boost_uuid : : : : <library>$(boost_dependencies) ]
|
||||
[ alias all : boost_uuid test ]
|
||||
;
|
||||
|
||||
call-if : boost-library uuid
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user