mirror of
https://github.com/boostorg/config.git
synced 2025-08-02 13:54:27 +02:00
Merge pull request #515 from grafikrobot/patch-2
Move project dependencies to specific targets.
This commit is contained in:
@@ -16,8 +16,6 @@ project
|
|||||||
: requirements
|
: requirements
|
||||||
<toolset>gcc:<cxxflags>-Wno-deprecated-declarations
|
<toolset>gcc:<cxxflags>-Wno-deprecated-declarations
|
||||||
<library>/boost/core//boost_core
|
<library>/boost/core//boost_core
|
||||||
<library>/boost/detail//boost_detail
|
|
||||||
<library>/boost/type_traits//boost_type_traits
|
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
||||||
@@ -92,9 +90,9 @@ test-suite config
|
|||||||
[ run config_info.cpp : : : <test-info>always_show_run_output <exception-handling>off
|
[ run config_info.cpp : : : <test-info>always_show_run_output <exception-handling>off
|
||||||
<target-os>vxworks:<build>no
|
<target-os>vxworks:<build>no
|
||||||
: config_info_no_except ]
|
: config_info_no_except ]
|
||||||
[ run math_info.cpp : : : <test-info>always_show_run_output <toolset>borland:<runtime-link>static <toolset>borland:<link>static ]
|
[ run math_info.cpp : : : <library>/boost/type_traits//boost_type_traits <test-info>always_show_run_output <toolset>borland:<runtime-link>static <toolset>borland:<link>static ]
|
||||||
[ run abi/abi_test.cpp abi/main.cpp ]
|
[ run abi/abi_test.cpp abi/main.cpp ]
|
||||||
[ run limits_test.cpp ]
|
[ run limits_test.cpp : : : <library>/boost/detail//boost_detail ]
|
||||||
[ run link/main.cpp link//link_test
|
[ run link/main.cpp link//link_test
|
||||||
: #args
|
: #args
|
||||||
: #input-files
|
: #input-files
|
||||||
@@ -129,7 +127,7 @@ explicit has_clang_implicit_fallthrough ;
|
|||||||
|
|
||||||
exe config_info_printer : config_info.cpp ;
|
exe config_info_printer : config_info.cpp ;
|
||||||
explicit config_info_printer ;
|
explicit config_info_printer ;
|
||||||
exe math_info_printer : math_info.cpp ;
|
exe math_info_printer : math_info.cpp : <library>/boost/type_traits//boost_type_traits ;
|
||||||
explicit math_info_printer ;
|
explicit math_info_printer ;
|
||||||
|
|
||||||
actions print-run
|
actions print-run
|
||||||
|
Reference in New Issue
Block a user