forked from boostorg/config
Move project dependencies to specific targets.
This commit is contained in:
committed by
GitHub
parent
cc87b132f8
commit
897765e348
@@ -16,8 +16,6 @@ project
|
||||
: requirements
|
||||
<toolset>gcc:<cxxflags>-Wno-deprecated-declarations
|
||||
<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
|
||||
<target-os>vxworks:<build>no
|
||||
: 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 limits_test.cpp ]
|
||||
[ run limits_test.cpp : : : <library>/boost/detail//boost_detail ]
|
||||
[ run link/main.cpp link//link_test
|
||||
: #args
|
||||
: #input-files
|
||||
@@ -129,7 +127,7 @@ explicit has_clang_implicit_fallthrough ;
|
||||
|
||||
exe config_info_printer : config_info.cpp ;
|
||||
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 ;
|
||||
|
||||
actions print-run
|
||||
|
Reference in New Issue
Block a user