mirror of
https://github.com/boostorg/range.git
synced 2025-06-25 03:51:35 +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 ;
|
||||
|
||||
project /boost/range
|
||||
: common-requirements
|
||||
<include>include
|
||||
;
|
||||
|
||||
explicit
|
||||
[ alias boost_range : : : : <library>$(boost_dependencies) ]
|
||||
[ alias boost_range : : :
|
||||
: <include>include <library>$(boost_dependencies) ]
|
||||
[ alias all : boost_range test ]
|
||||
;
|
||||
|
||||
call-if : boost-library range
|
||||
;
|
||||
|
||||
|
Reference in New Issue
Block a user