Move include to target.

This commit is contained in:
Rene Rivera
2025-04-17 09:08:04 -05:00
parent 43f34bebc7
commit 96078fd217
2 changed files with 1 additions and 3 deletions

View File

@@ -19,8 +19,6 @@ constant boost_dependencies :
/boost/type_traits//boost_type_traits ;
project /boost/program_options
: common-requirements
<include>include
;
explicit

View File

@@ -6,7 +6,7 @@ constant boost_dependencies_private :
project
: source-location ../src
: common-requirements <library>$(boost_dependencies)
: common-requirements <include>../include <library>$(boost_dependencies)
: requirements <library>$(boost_dependencies_private)
;