mirror of
https://github.com/boostorg/optional.git
synced 2025-07-29 20:17:21 +02:00
Switch to library requirements instead of source. As source puts extra source in install targets.
This commit is contained in:
20
build.jam
20
build.jam
@ -7,16 +7,16 @@ import project ;
|
||||
|
||||
project /boost/optional
|
||||
: common-requirements
|
||||
<source>/boost/assert//boost_assert
|
||||
<source>/boost/config//boost_config
|
||||
<source>/boost/core//boost_core
|
||||
<source>/boost/detail//boost_detail
|
||||
<source>/boost/move//boost_move
|
||||
<source>/boost/predef//boost_predef
|
||||
<source>/boost/static_assert//boost_static_assert
|
||||
<source>/boost/throw_exception//boost_throw_exception
|
||||
<source>/boost/type_traits//boost_type_traits
|
||||
<source>/boost/utility//boost_utility
|
||||
<library>/boost/assert//boost_assert
|
||||
<library>/boost/config//boost_config
|
||||
<library>/boost/core//boost_core
|
||||
<library>/boost/detail//boost_detail
|
||||
<library>/boost/move//boost_move
|
||||
<library>/boost/predef//boost_predef
|
||||
<library>/boost/static_assert//boost_static_assert
|
||||
<library>/boost/throw_exception//boost_throw_exception
|
||||
<library>/boost/type_traits//boost_type_traits
|
||||
<library>/boost/utility//boost_utility
|
||||
<include>include
|
||||
;
|
||||
|
||||
|
Reference in New Issue
Block a user