mirror of
https://github.com/boostorg/container_hash.git
synced 2025-07-31 21:14:44 +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 ;
|
||||
|
||||
constant boost_dependencies :
|
||||
/boost/config//boost_config
|
||||
/boost/describe//boost_describe
|
||||
/boost/mp11//boost_mp11 ;
|
||||
|
||||
project /boost/container_hash
|
||||
: common-requirements
|
||||
<library>/boost/config//boost_config
|
||||
<library>/boost/describe//boost_describe
|
||||
<library>/boost/mp11//boost_mp11
|
||||
<include>include
|
||||
;
|
||||
|
||||
explicit
|
||||
[ alias boost_container_hash ]
|
||||
[ alias boost_container_hash : : : : <library>$(boost_dependencies) ]
|
||||
[ alias all : boost_container_hash examples test ]
|
||||
;
|
||||
|
||||
call-if : boost-library container_hash
|
||||
;
|
||||
|
||||
|
Reference in New Issue
Block a user