mirror of
https://github.com/boostorg/type_erasure.git
synced 2026-01-19 04:42:14 +00:00
Move include to target.
This commit is contained in:
@@ -21,8 +21,6 @@ constant boost_dependencies :
|
||||
/boost/vmd//boost_vmd ;
|
||||
|
||||
project /boost/type_erasure
|
||||
: common-requirements
|
||||
<include>include
|
||||
;
|
||||
|
||||
explicit
|
||||
|
||||
@@ -12,7 +12,7 @@ constant boost_dependencies_private :
|
||||
|
||||
project
|
||||
: source-location ../src
|
||||
: common-requirements <library>$(boost_dependencies)
|
||||
: common-requirements <include>../include <library>$(boost_dependencies)
|
||||
: requirements <link>shared:<define>BOOST_TYPE_ERASURE_DYN_LINK
|
||||
<library>$(boost_dependencies_private)
|
||||
: usage-requirements <link>shared:<define>BOOST_TYPE_ERASURE_DYN_LINK
|
||||
|
||||
Reference in New Issue
Block a user