mirror of
https://github.com/boostorg/program_options.git
synced 2026-01-19 04:22:15 +00:00
Move include to target.
This commit is contained in:
@@ -19,8 +19,6 @@ constant boost_dependencies :
|
||||
/boost/type_traits//boost_type_traits ;
|
||||
|
||||
project /boost/program_options
|
||||
: common-requirements
|
||||
<include>include
|
||||
;
|
||||
|
||||
explicit
|
||||
|
||||
@@ -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)
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user