mirror of
https://github.com/boostorg/function_types.git
synced 2025-08-03 06:44:33 +02:00
Update build deps.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user