mirror of
https://github.com/boostorg/graph.git
synced 2025-05-09 23:14:00 +00:00
Move include to target.
This commit is contained in:
parent
823e17fb44
commit
e9a12bb577
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user