mirror of
https://github.com/boostorg/range.git
synced 2025-07-30 04:47:25 +02:00
Move project global include to target local include.
This commit is contained in:
@ -25,15 +25,13 @@ constant boost_dependencies :
|
|||||||
/boost/utility//boost_utility ;
|
/boost/utility//boost_utility ;
|
||||||
|
|
||||||
project /boost/range
|
project /boost/range
|
||||||
: common-requirements
|
|
||||||
<include>include
|
|
||||||
;
|
;
|
||||||
|
|
||||||
explicit
|
explicit
|
||||||
[ alias boost_range : : : : <library>$(boost_dependencies) ]
|
[ alias boost_range : : :
|
||||||
|
: <include>include <library>$(boost_dependencies) ]
|
||||||
[ alias all : boost_range test ]
|
[ alias all : boost_range test ]
|
||||||
;
|
;
|
||||||
|
|
||||||
call-if : boost-library range
|
call-if : boost-library range
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user