mirror of
https://github.com/boostorg/pool.git
synced 2026-07-21 13:33:29 +00:00
Move inter-lib dependencies to a project variable and into the build targets.
This commit is contained in:
@@ -5,22 +5,25 @@
|
||||
|
||||
require-b2 5.2 ;
|
||||
|
||||
constant boost_dependencies :
|
||||
/boost/assert//boost_assert
|
||||
/boost/config//boost_config
|
||||
/boost/integer//boost_integer
|
||||
/boost/throw_exception//boost_throw_exception
|
||||
/boost/type_traits//boost_type_traits
|
||||
/boost/winapi//boost_winapi ;
|
||||
|
||||
project /boost/pool
|
||||
: common-requirements
|
||||
<library>/boost/assert//boost_assert
|
||||
<library>/boost/config//boost_config
|
||||
<library>/boost/integer//boost_integer
|
||||
<library>/boost/throw_exception//boost_throw_exception
|
||||
<library>/boost/type_traits//boost_type_traits
|
||||
<library>/boost/winapi//boost_winapi
|
||||
<include>include
|
||||
;
|
||||
|
||||
explicit
|
||||
[ alias boost_pool ]
|
||||
[ alias boost_pool : : : : <library>$(boost_dependencies) ]
|
||||
[ alias all : boost_pool example test ]
|
||||
;
|
||||
|
||||
call-if
|
||||
: boost-library pool
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user