mirror of
https://github.com/boostorg/container_hash.git
synced 2025-08-02 22:14:34 +02:00
Move inter-lib dependencies to a project variable and into the build targets.
This commit is contained in:
11
build.jam
11
build.jam
@@ -5,18 +5,21 @@
|
|||||||
|
|
||||||
require-b2 5.2 ;
|
require-b2 5.2 ;
|
||||||
|
|
||||||
|
constant boost_dependencies :
|
||||||
|
/boost/config//boost_config
|
||||||
|
/boost/describe//boost_describe
|
||||||
|
/boost/mp11//boost_mp11 ;
|
||||||
|
|
||||||
project /boost/container_hash
|
project /boost/container_hash
|
||||||
: common-requirements
|
: common-requirements
|
||||||
<library>/boost/config//boost_config
|
|
||||||
<library>/boost/describe//boost_describe
|
|
||||||
<library>/boost/mp11//boost_mp11
|
|
||||||
<include>include
|
<include>include
|
||||||
;
|
;
|
||||||
|
|
||||||
explicit
|
explicit
|
||||||
[ alias boost_container_hash ]
|
[ alias boost_container_hash : : : : <library>$(boost_dependencies) ]
|
||||||
[ alias all : boost_container_hash examples test ]
|
[ alias all : boost_container_hash examples test ]
|
||||||
;
|
;
|
||||||
|
|
||||||
call-if : boost-library container_hash
|
call-if : boost-library container_hash
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user