Update build deps.

This commit is contained in:
Rene Rivera
2024-08-03 12:08:46 -05:00
parent 60bfa72618
commit 57b36d9810
2 changed files with 12 additions and 8 deletions

View File

@ -1,11 +1,13 @@
# (C) Copyright Tobias Schwinger
# (C) Copyright Tobias Schwinger
#
# Use, modification and distribution are subject to the Boost Software License,
# Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt).
#-------------------------------------------------------------------------------
project : requirements <library>/boost/function_types//boost_function_types ;
exe interpreter_example : interpreter_example.cpp
: <library>/boost/tokenizer//boost_tokenizer
<library>/boost/lexical_cast//boost_lexical_cast
@ -15,7 +17,7 @@ exe result_of_example : result_of_example.cpp ;
exe interface_example : interface_example.cpp ;
exe fast_mem_fn_example : fast_mem_fn_example.cpp
exe fast_mem_fn_example : fast_mem_fn_example.cpp
: <include>. # needed for Boost.PP file iteration with some compilers
<library>/boost/timer//boost_timer
<library>/boost/bind//boost_bind

View File

@ -1,5 +1,5 @@
# (C) Copyright Tobias Schwinger
# (C) Copyright Tobias Schwinger
#
# Use, modification and distribution are subject to the Boost Software License,
# Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt).
@ -8,8 +8,10 @@
import testing ;
project : requirements <library>/boost/function_types//boost_function_types ;
{
test-suite function_types :
test-suite function_types :
# Classification
@ -28,7 +30,7 @@ import testing ;
# [ compile classification/is_cv_function.cpp ]
# Decomposition
[ compile decomposition/components.cpp ]
[ compile decomposition/result_type.cpp ]
[ compile decomposition/function_arity.cpp ]
@ -70,15 +72,15 @@ import testing ;
[ compile custom_ccs/member_ccs_exact.cpp : <address-model>64:<build>no ]
# Property tag
[ compile custom_ccs/property_tag.cpp ]
# Code from the examples
[ compile ../example/interpreter_example.cpp : <library>/boost/tokenizer//boost_tokenizer <library>/boost/lexical_cast//boost_lexical_cast ]
[ compile ../example/result_of_example.cpp ]
[ compile ../example/interface_example.cpp ]
[ compile ../example/fast_mem_fn_example.cpp
[ compile ../example/fast_mem_fn_example.cpp
# needed for Boost.PP file iteration with some compilers
: <include>../example
<library>/boost/timer//boost_timer