2
0
mirror of https://github.com/boostorg/icl.git synced 2026-01-19 04:12:13 +00:00

Move project global include to target local include.

This commit is contained in:
Rene Rivera
2025-04-07 17:33:07 -05:00
parent b21dc786e7
commit 7d89ec410a

View File

@@ -23,12 +23,11 @@ constant boost_dependencies :
/boost/utility//boost_utility ;
project /boost/icl
: common-requirements
<include>include
;
explicit
[ alias boost_icl : : : : <library>$(boost_dependencies) ]
[ alias boost_icl : : :
: <include>include <library>$(boost_dependencies) ]
[ alias all : boost_icl
example example/boost_party_ example/custom_interval_
example/partys_height_average_ example/partys_tallest_guests_