mirror of
https://github.com/boostorg/ratio.git
synced 2025-05-11 13:34:09 +00:00
Switch to library requirements instead of source. As source puts extra source in install targets.
This commit is contained in:
parent
3e5b29c0fd
commit
188b16db27
14
build.jam
14
build.jam
@ -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
|
||||
;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user