mirror of
https://github.com/boostorg/range.git
synced 2025-07-29 20:37:25 +02:00
Switch to library requirements instead of source. As source puts extra source in install targets.
This commit is contained in:
34
build.jam
34
build.jam
@ -7,23 +7,23 @@ import project ;
|
||||
|
||||
project /boost/range
|
||||
: common-requirements
|
||||
<source>/boost/array//boost_array
|
||||
<source>/boost/assert//boost_assert
|
||||
<source>/boost/concept_check//boost_concept_check
|
||||
<source>/boost/config//boost_config
|
||||
<source>/boost/container_hash//boost_container_hash
|
||||
<source>/boost/conversion//boost_conversion
|
||||
<source>/boost/core//boost_core
|
||||
<source>/boost/detail//boost_detail
|
||||
<source>/boost/iterator//boost_iterator
|
||||
<source>/boost/mpl//boost_mpl
|
||||
<source>/boost/optional//boost_optional
|
||||
<source>/boost/preprocessor//boost_preprocessor
|
||||
<source>/boost/regex//boost_regex
|
||||
<source>/boost/static_assert//boost_static_assert
|
||||
<source>/boost/tuple//boost_tuple
|
||||
<source>/boost/type_traits//boost_type_traits
|
||||
<source>/boost/utility//boost_utility
|
||||
<library>/boost/array//boost_array
|
||||
<library>/boost/assert//boost_assert
|
||||
<library>/boost/concept_check//boost_concept_check
|
||||
<library>/boost/config//boost_config
|
||||
<library>/boost/container_hash//boost_container_hash
|
||||
<library>/boost/conversion//boost_conversion
|
||||
<library>/boost/core//boost_core
|
||||
<library>/boost/detail//boost_detail
|
||||
<library>/boost/iterator//boost_iterator
|
||||
<library>/boost/mpl//boost_mpl
|
||||
<library>/boost/optional//boost_optional
|
||||
<library>/boost/preprocessor//boost_preprocessor
|
||||
<library>/boost/regex//boost_regex
|
||||
<library>/boost/static_assert//boost_static_assert
|
||||
<library>/boost/tuple//boost_tuple
|
||||
<library>/boost/type_traits//boost_type_traits
|
||||
<library>/boost/utility//boost_utility
|
||||
<include>include
|
||||
;
|
||||
|
||||
|
Reference in New Issue
Block a user