Move project global include to target local include.

This commit is contained in:
Rene Rivera
2025-04-07 21:24:57 -05:00
parent 63544b1ec6
commit a377e87bfc

View File

@ -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
;