Switch to library requirements instead of source. As source puts extra source in install targets.

This commit is contained in:
Rene Rivera
2024-03-29 21:15:59 -05:00
parent 571fbaf80d
commit 1dcd331879

View File

@ -7,18 +7,18 @@ import project ;
project /boost/regex project /boost/regex
: common-requirements : common-requirements
<source>/boost/assert//boost_assert <library>/boost/assert//boost_assert
<source>/boost/concept_check//boost_concept_check <library>/boost/concept_check//boost_concept_check
<source>/boost/config//boost_config <library>/boost/config//boost_config
<source>/boost/container_hash//boost_container_hash <library>/boost/container_hash//boost_container_hash
<source>/boost/core//boost_core <library>/boost/core//boost_core
<source>/boost/integer//boost_integer <library>/boost/integer//boost_integer
<source>/boost/mpl//boost_mpl <library>/boost/mpl//boost_mpl
<source>/boost/predef//boost_predef <library>/boost/predef//boost_predef
<source>/boost/smart_ptr//boost_smart_ptr <library>/boost/smart_ptr//boost_smart_ptr
<source>/boost/static_assert//boost_static_assert <library>/boost/static_assert//boost_static_assert
<source>/boost/throw_exception//boost_throw_exception <library>/boost/throw_exception//boost_throw_exception
<source>/boost/type_traits//boost_type_traits <library>/boost/type_traits//boost_type_traits
<include>include <include>include
; ;