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