2
0
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:
Rene Rivera
2024-07-23 22:34:23 -05:00
parent 2c52601030
commit b84db5a49d

View File

@@ -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
;