mirror of
https://github.com/boostorg/scope_exit.git
synced 2026-01-19 04:42:10 +00:00
Move project global include to target local include.
This commit is contained in:
@@ -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
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user