mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 03:17:15 +02:00
Switch to library requirements instead of source. As source puts extra source in install targets.
This commit is contained in:
24
build.jam
24
build.jam
@ -7,18 +7,18 @@ import project ;
|
|||||||
|
|
||||||
project /boost/unordered
|
project /boost/unordered
|
||||||
: common-requirements
|
: common-requirements
|
||||||
<source>/boost/assert//boost_assert
|
<library>/boost/assert//boost_assert
|
||||||
<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/move//boost_move
|
<library>/boost/move//boost_move
|
||||||
<source>/boost/mp11//boost_mp11
|
<library>/boost/mp11//boost_mp11
|
||||||
<source>/boost/predef//boost_predef
|
<library>/boost/predef//boost_predef
|
||||||
<source>/boost/preprocessor//boost_preprocessor
|
<library>/boost/preprocessor//boost_preprocessor
|
||||||
<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/tuple//boost_tuple
|
<library>/boost/tuple//boost_tuple
|
||||||
<source>/boost/type_traits//boost_type_traits
|
<library>/boost/type_traits//boost_type_traits
|
||||||
<include>include
|
<include>include
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user