mirror of
https://github.com/boostorg/describe.git
synced 2026-01-19 04:12:07 +00: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/mp11//boost_mp11 ;
|
||||
|
||||
project /boost/describe
|
||||
: common-requirements
|
||||
<library>/boost/mp11//boost_mp11
|
||||
<include>include
|
||||
;
|
||||
|
||||
explicit
|
||||
[ alias boost_describe ]
|
||||
[ alias boost_describe : : : : <library>$(boost_dependencies) ]
|
||||
[ alias all : boost_describe test ]
|
||||
;
|
||||
|
||||
call-if : boost-library describe
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user