Move include to target.

This commit is contained in:
Rene Rivera 2025-04-17 08:50:26 -05:00
parent 823e17fb44
commit e9a12bb577
2 changed files with 1 additions and 3 deletions

View File

@ -48,8 +48,6 @@ constant boost_dependencies :
/boost/xpressive//boost_xpressive ; /boost/xpressive//boost_xpressive ;
project /boost/graph project /boost/graph
: common-requirements
<include>include
; ;
explicit explicit

View File

@ -11,7 +11,7 @@ constant boost_dependencies_private :
; ;
project project
: common-requirements <library>$(boost_dependencies) : common-requirements <include>../include <library>$(boost_dependencies)
: requirements <include>../src <library>$(boost_dependencies_private) : requirements <include>../src <library>$(boost_dependencies_private)
: source-location ../src : source-location ../src
: usage-requirements <define>BOOST_GRAPH_NO_LIB=1 : usage-requirements <define>BOOST_GRAPH_NO_LIB=1