2
0
mirror of https://github.com/boostorg/leaf.git synced 2026-01-19 04:22:08 +00:00

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

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
;