Move project global include to target local include.

This commit is contained in:
Rene Rivera
2025-04-07 21:26:56 -05:00
parent 533a771723
commit 71f61dc7b3

View File

@@ -13,15 +13,13 @@ constant boost_dependencies :
/boost/typeof//boost_typeof ;
project /boost/scope_exit
: common-requirements
<include>include
;
explicit
[ alias boost_scope_exit : : : : <library>$(boost_dependencies) ]
[ alias boost_scope_exit : : :
: <include>include <library>$(boost_dependencies) ]
[ alias all : boost_scope_exit example test ]
;
call-if : boost-library scope_exit
;