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