Move include to target.

This commit is contained in:
Rene Rivera
2025-04-17 09:18:58 -05:00
parent 7b8a41e0e3
commit 493f80c6a2
2 changed files with 1 additions and 3 deletions

View File

@@ -21,8 +21,6 @@ constant boost_dependencies :
/boost/vmd//boost_vmd ;
project /boost/type_erasure
: common-requirements
<include>include
;
explicit

View File

@@ -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