mirror of
https://github.com/boostorg/foreach.git
synced 2026-07-21 13:23:39 +00:00
Move project global include to target local include.
This commit is contained in:
@@ -14,12 +14,11 @@ constant boost_dependencies :
|
||||
/boost/type_traits//boost_type_traits ;
|
||||
|
||||
project /boost/foreach
|
||||
: common-requirements
|
||||
<include>include
|
||||
;
|
||||
|
||||
explicit
|
||||
[ alias boost_foreach : : : : <library>$(boost_dependencies) ]
|
||||
[ alias boost_foreach : : :
|
||||
: <include>include <library>$(boost_dependencies) ]
|
||||
[ alias all : boost_foreach test ]
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user