Move project global include to target local include.

This commit is contained in:
Rene Rivera
2025-04-07 18:54:35 -05:00
parent 277f588f94
commit 2b338aa28e
+1 -4
View File
@@ -6,15 +6,12 @@
require-b2 5.2 ;
project /boost/leaf
: common-requirements
<include>include
;
explicit
[ alias boost_leaf ]
[ alias boost_leaf : : : : <include>include ]
[ alias all : boost_leaf test ]
;
call-if : boost-library leaf
;