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