mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-06-25 03:51:37 +02:00
Move project global include to target local include.
This commit is contained in:
@ -6,15 +6,13 @@
|
||||
require-b2 5.2 ;
|
||||
|
||||
project /boost/preprocessor
|
||||
: common-requirements
|
||||
<include>include
|
||||
;
|
||||
|
||||
explicit
|
||||
[ alias boost_preprocessor : : : : <library>$(boost_dependencies) ]
|
||||
[ alias boost_preprocessor : : :
|
||||
: <include>include <library>$(boost_dependencies) ]
|
||||
[ alias all : boost_preprocessor test ]
|
||||
;
|
||||
|
||||
call-if : boost-library preprocessor
|
||||
;
|
||||
|
||||
|
Reference in New Issue
Block a user