2
0
mirror of https://github.com/boostorg/compat.git synced 2026-01-19 04:02: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:24 -05:00
parent e6d2faa267
commit 0d2593326f

View File

@@ -5,18 +5,21 @@
require-b2 5.2 ;
constant boost_dependencies :
/boost/assert//boost_assert
/boost/config//boost_config
/boost/throw_exception//boost_throw_exception ;
project /boost/compat
: common-requirements
<library>/boost/assert//boost_assert
<library>/boost/config//boost_config
<library>/boost/throw_exception//boost_throw_exception
<include>include
;
explicit
[ alias boost_compat ]
[ alias boost_compat : : : : <library>$(boost_dependencies) ]
[ alias all : boost_compat test ]
;
call-if : boost-library compat
;