forked from boostorg/preprocessor
Move project global include to target local include.
This commit is contained in:
@ -6,15 +6,13 @@
|
|||||||
require-b2 5.2 ;
|
require-b2 5.2 ;
|
||||||
|
|
||||||
project /boost/preprocessor
|
project /boost/preprocessor
|
||||||
: common-requirements
|
|
||||||
<include>include
|
|
||||||
;
|
;
|
||||||
|
|
||||||
explicit
|
explicit
|
||||||
[ alias boost_preprocessor : : : : <library>$(boost_dependencies) ]
|
[ alias boost_preprocessor : : :
|
||||||
|
: <include>include <library>$(boost_dependencies) ]
|
||||||
[ alias all : boost_preprocessor test ]
|
[ alias all : boost_preprocessor test ]
|
||||||
;
|
;
|
||||||
|
|
||||||
call-if : boost-library preprocessor
|
call-if : boost-library preprocessor
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user