mirror of
https://github.com/boostorg/static_string.git
synced 2025-07-30 04:27:33 +02:00
Switch to library requirements instead of source. As source puts extra source in install targets.
This commit is contained in:
14
build.jam
14
build.jam
@ -7,13 +7,13 @@ import project ;
|
|||||||
|
|
||||||
project /boost/static_string
|
project /boost/static_string
|
||||||
: 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/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/utility//boost_utility
|
<library>/boost/utility//boost_utility
|
||||||
<include>include
|
<include>include
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user