2
0
mirror of https://github.com/boostorg/bimap.git synced 2026-01-19 04:02:10 +00:00

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:12:36 -05:00
parent d5f5a124ee
commit 77cbf6075a

View File

@@ -8,19 +8,19 @@ import project ;
project /boost/bimap
: common-requirements
<include>include
<source>/boost/concept_check//boost_concept_check
<source>/boost/config//boost_config
<source>/boost/container_hash//boost_container_hash
<source>/boost/core//boost_core
<source>/boost/iterator//boost_iterator
<source>/boost/lambda//boost_lambda
<source>/boost/mpl//boost_mpl
<source>/boost/multi_index//boost_multi_index
<source>/boost/preprocessor//boost_preprocessor
<source>/boost/static_assert//boost_static_assert
<source>/boost/throw_exception//boost_throw_exception
<source>/boost/type_traits//boost_type_traits
<source>/boost/utility//boost_utility
<library>/boost/concept_check//boost_concept_check
<library>/boost/config//boost_config
<library>/boost/container_hash//boost_container_hash
<library>/boost/core//boost_core
<library>/boost/iterator//boost_iterator
<library>/boost/lambda//boost_lambda
<library>/boost/mpl//boost_mpl
<library>/boost/multi_index//boost_multi_index
<library>/boost/preprocessor//boost_preprocessor
<library>/boost/static_assert//boost_static_assert
<library>/boost/throw_exception//boost_throw_exception
<library>/boost/type_traits//boost_type_traits
<library>/boost/utility//boost_utility
;
explicit