File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Copyright René Ferdinand Rivera Morell 2023
2
+ # Distributed under the Boost Software License, Version 1.0.
3
+ # (See accompanying file LICENSE_1_0.txt or copy at
4
+ # http://www.boost.org/LICENSE_1_0.txt)
5
+
6
+ import project ;
7
+
8
+ project /boost/lambda
9
+ : common-requirements
10
+ <source>/boost/bind//boost_bind
11
+ <source>/boost/config//boost_config
12
+ <source>/boost/core//boost_core
13
+ <source>/boost/detail//boost_detail
14
+ <source>/boost/iterator//boost_iterator
15
+ <source>/boost/mpl//boost_mpl
16
+ <source>/boost/preprocessor//boost_preprocessor
17
+ <source>/boost/tuple//boost_tuple
18
+ <source>/boost/type_traits//boost_type_traits
19
+ <source>/boost/utility//boost_utility
20
+ <include>include
21
+ ;
22
+
23
+ explicit
24
+ [ alias boost_lambda ]
25
+ [ alias all : boost_lambda test ]
26
+ ;
27
+
28
+ call-if : boost-library lambda
29
+ ;
Original file line number Diff line number Diff line change 11
11
import testing ;
12
12
13
13
run algorithm_test.cpp ;
14
- run bind_tests_advanced.cpp ;
14
+ run bind_tests_advanced.cpp : : : <source>/boost/any//boost_any ;
15
15
run bind_tests_simple.cpp ;
16
16
run bind_tests_simple_f_refs.cpp ;
17
17
run bll_and_function.cpp ;
You can’t perform that action at this time.
0 commit comments