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:15:58 -05:00
parent 52b2fcba2d
commit 8eda3d0c8f
+10 -10
View File
@@ -7,16 +7,16 @@ import project ;
project /boost/coroutine
: common-requirements
<source>/boost/assert//boost_assert
<source>/boost/config//boost_config
<source>/boost/context//boost_context
<source>/boost/core//boost_core
<source>/boost/exception//boost_exception
<source>/boost/move//boost_move
<source>/boost/system//boost_system
<source>/boost/throw_exception//boost_throw_exception
<source>/boost/type_traits//boost_type_traits
<source>/boost/utility//boost_utility
<library>/boost/assert//boost_assert
<library>/boost/config//boost_config
<library>/boost/context//boost_context
<library>/boost/core//boost_core
<library>/boost/exception//boost_exception
<library>/boost/move//boost_move
<library>/boost/system//boost_system
<library>/boost/throw_exception//boost_throw_exception
<library>/boost/type_traits//boost_type_traits
<library>/boost/utility//boost_utility
<include>include
;