mirror of
https://github.com/boostorg/regex.git
synced 2025-07-23 09:07:25 +02:00
Update build dependencies and fix test compile error from depending on Boost.Config test files.
This commit is contained in:
@ -10,12 +10,8 @@ project /boost/regex
|
|||||||
<library>/boost/assert//boost_assert
|
<library>/boost/assert//boost_assert
|
||||||
<library>/boost/concept_check//boost_concept_check
|
<library>/boost/concept_check//boost_concept_check
|
||||||
<library>/boost/config//boost_config
|
<library>/boost/config//boost_config
|
||||||
<library>/boost/container_hash//boost_container_hash
|
|
||||||
<library>/boost/core//boost_core
|
<library>/boost/core//boost_core
|
||||||
<library>/boost/integer//boost_integer
|
|
||||||
<library>/boost/mpl//boost_mpl
|
|
||||||
<library>/boost/predef//boost_predef
|
<library>/boost/predef//boost_predef
|
||||||
<library>/boost/smart_ptr//boost_smart_ptr
|
|
||||||
<library>/boost/static_assert//boost_static_assert
|
<library>/boost/static_assert//boost_static_assert
|
||||||
<library>/boost/throw_exception//boost_throw_exception
|
<library>/boost/throw_exception//boost_throw_exception
|
||||||
<library>/boost/type_traits//boost_type_traits
|
<library>/boost/type_traits//boost_type_traits
|
||||||
|
@ -22,6 +22,7 @@ project
|
|||||||
#<toolset>gcc-cygwin:<link>static
|
#<toolset>gcc-cygwin:<link>static
|
||||||
<toolset>sun:<link>static
|
<toolset>sun:<link>static
|
||||||
<include>../src
|
<include>../src
|
||||||
|
<include>.
|
||||||
;
|
;
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user