mirror of
https://github.com/boostorg/assert.git
synced 2025-07-29 20:07:18 +02:00
Move inter-lib dependencies to a project variable and into the build targets.
This commit is contained in:
@ -5,16 +5,19 @@
|
||||
|
||||
require-b2 5.2 ;
|
||||
|
||||
constant boost_dependencies :
|
||||
/boost/config//boost_config ;
|
||||
|
||||
project /boost/assert
|
||||
: common-requirements
|
||||
<library>/boost/config//boost_config
|
||||
<include>include
|
||||
;
|
||||
|
||||
explicit
|
||||
[ alias boost_assert ]
|
||||
[ alias boost_assert : : : : <library>$(boost_dependencies) ]
|
||||
[ alias all : boost_assert test ]
|
||||
;
|
||||
|
||||
call-if : boost-library assert
|
||||
;
|
||||
|
||||
|
Reference in New Issue
Block a user