mirror of
https://github.com/boostorg/poly_collection.git
synced 2026-07-21 13:33:37 +00:00
Switch to library requirements instead of source. As source puts extra source in install targets.
This commit is contained in:
@@ -7,14 +7,14 @@ import project ;
|
||||
|
||||
project /boost/poly_collection
|
||||
: common-requirements
|
||||
<source>/boost/assert//boost_assert
|
||||
<source>/boost/config//boost_config
|
||||
<source>/boost/core//boost_core
|
||||
<source>/boost/iterator//boost_iterator
|
||||
<source>/boost/mp11//boost_mp11
|
||||
<source>/boost/mpl//boost_mpl
|
||||
<source>/boost/type_erasure//boost_type_erasure
|
||||
<source>/boost/type_traits//boost_type_traits
|
||||
<library>/boost/assert//boost_assert
|
||||
<library>/boost/config//boost_config
|
||||
<library>/boost/core//boost_core
|
||||
<library>/boost/iterator//boost_iterator
|
||||
<library>/boost/mp11//boost_mp11
|
||||
<library>/boost/mpl//boost_mpl
|
||||
<library>/boost/type_erasure//boost_type_erasure
|
||||
<library>/boost/type_traits//boost_type_traits
|
||||
<include>include
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user