2
0
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:
Rene Rivera
2025-04-07 17:37:01 -05:00
parent 8e2446440c
commit eb079473e2

View File

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