mirror of
https://github.com/boostorg/graph.git
synced 2025-05-09 15:03:59 +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 ;
|
||||
|
||||
project /boost/graph
|
||||
: common-requirements
|
||||
<include>include
|
||||
;
|
||||
|
||||
explicit
|
||||
|
@ -11,7 +11,7 @@ constant boost_dependencies_private :
|
||||
;
|
||||
|
||||
project
|
||||
: common-requirements <library>$(boost_dependencies)
|
||||
: common-requirements <include>../include <library>$(boost_dependencies)
|
||||
: requirements <include>../src <library>$(boost_dependencies_private)
|
||||
: source-location ../src
|
||||
: usage-requirements <define>BOOST_GRAPH_NO_LIB=1
|
||||
|
Loading…
x
Reference in New Issue
Block a user