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 3e5b29c0fd
commit 188b16db27

View File

@ -7,13 +7,13 @@ import project ;
project /boost/ratio
: common-requirements
<source>/boost/config//boost_config
<source>/boost/core//boost_core
<source>/boost/integer//boost_integer
<source>/boost/mpl//boost_mpl
<source>/boost/rational//boost_rational
<source>/boost/static_assert//boost_static_assert
<source>/boost/type_traits//boost_type_traits
<library>/boost/config//boost_config
<library>/boost/core//boost_core
<library>/boost/integer//boost_integer
<library>/boost/mpl//boost_mpl
<library>/boost/rational//boost_rational
<library>/boost/static_assert//boost_static_assert
<library>/boost/type_traits//boost_type_traits
<include>include
;