mirror of
https://github.com/boostorg/utility.git
synced 2025-05-08 18:34:02 +00:00
Switch to library requirements instead of source. As source puts extra source in install targets.
This commit is contained in:
parent
2a8ce8e081
commit
bf21064bfd
14
build.jam
14
build.jam
@ -7,13 +7,13 @@ import project ;
|
||||
|
||||
project /boost/utility
|
||||
: common-requirements
|
||||
<source>/boost/assert//boost_assert
|
||||
<source>/boost/config//boost_config
|
||||
<source>/boost/core//boost_core
|
||||
<source>/boost/io//boost_io
|
||||
<source>/boost/preprocessor//boost_preprocessor
|
||||
<source>/boost/throw_exception//boost_throw_exception
|
||||
<source>/boost/type_traits//boost_type_traits
|
||||
<library>/boost/assert//boost_assert
|
||||
<library>/boost/config//boost_config
|
||||
<library>/boost/core//boost_core
|
||||
<library>/boost/io//boost_io
|
||||
<library>/boost/preprocessor//boost_preprocessor
|
||||
<library>/boost/throw_exception//boost_throw_exception
|
||||
<library>/boost/type_traits//boost_type_traits
|
||||
<include>include
|
||||
;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user