mirror of
https://github.com/boostorg/msm.git
synced 2026-07-21 13:23:45 +00:00
Move inter-lib dependencies to a project variable and into the build targets.
This commit is contained in:
@@ -5,33 +5,36 @@
|
||||
|
||||
require-b2 5.2 ;
|
||||
|
||||
constant boost_dependencies :
|
||||
/boost/any//boost_any
|
||||
/boost/assert//boost_assert
|
||||
/boost/bind//boost_bind
|
||||
/boost/circular_buffer//boost_circular_buffer
|
||||
/boost/config//boost_config
|
||||
/boost/core//boost_core
|
||||
/boost/function//boost_function
|
||||
/boost/fusion//boost_fusion
|
||||
/boost/mpl//boost_mpl
|
||||
/boost/parameter//boost_parameter
|
||||
/boost/phoenix//boost_phoenix
|
||||
/boost/preprocessor//boost_preprocessor
|
||||
/boost/proto//boost_proto
|
||||
/boost/serialization//boost_serialization
|
||||
/boost/tuple//boost_tuple
|
||||
/boost/type_index//boost_type_index
|
||||
/boost/type_traits//boost_type_traits
|
||||
/boost/typeof//boost_typeof ;
|
||||
|
||||
project /boost/msm
|
||||
: common-requirements
|
||||
<library>/boost/any//boost_any
|
||||
<library>/boost/assert//boost_assert
|
||||
<library>/boost/bind//boost_bind
|
||||
<library>/boost/circular_buffer//boost_circular_buffer
|
||||
<library>/boost/config//boost_config
|
||||
<library>/boost/core//boost_core
|
||||
<library>/boost/function//boost_function
|
||||
<library>/boost/fusion//boost_fusion
|
||||
<library>/boost/mpl//boost_mpl
|
||||
<library>/boost/parameter//boost_parameter
|
||||
<library>/boost/phoenix//boost_phoenix
|
||||
<library>/boost/preprocessor//boost_preprocessor
|
||||
<library>/boost/proto//boost_proto
|
||||
<library>/boost/serialization//boost_serialization
|
||||
<library>/boost/tuple//boost_tuple
|
||||
<library>/boost/type_index//boost_type_index
|
||||
<library>/boost/type_traits//boost_type_traits
|
||||
<library>/boost/typeof//boost_typeof
|
||||
<include>include
|
||||
;
|
||||
|
||||
explicit
|
||||
[ alias boost_msm ]
|
||||
[ alias boost_msm : : : : <library>$(boost_dependencies) ]
|
||||
[ alias all : boost_msm example/mpl_graph test ]
|
||||
;
|
||||
|
||||
call-if : boost-library msm
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user