File tree Expand file tree Collapse file tree 1 file changed +14
-11
lines changed Expand file tree Collapse file tree 1 file changed +14
-11
lines changed Original file line number Diff line number Diff line change 5
5
6
6
require-b2 5.2 ;
7
7
8
+ constant boost_dependencies :
9
+ /boost/bind//boost_bind
10
+ /boost/config//boost_config
11
+ /boost/core//boost_core
12
+ /boost/detail//boost_detail
13
+ /boost/iterator//boost_iterator
14
+ /boost/mpl//boost_mpl
15
+ /boost/preprocessor//boost_preprocessor
16
+ /boost/tuple//boost_tuple
17
+ /boost/type_traits//boost_type_traits
18
+ /boost/utility//boost_utility ;
19
+
8
20
project /boost/lambda
9
21
: common-requirements
10
- <library>/boost/bind//boost_bind
11
- <library>/boost/config//boost_config
12
- <library>/boost/core//boost_core
13
- <library>/boost/detail//boost_detail
14
- <library>/boost/iterator//boost_iterator
15
- <library>/boost/mpl//boost_mpl
16
- <library>/boost/preprocessor//boost_preprocessor
17
- <library>/boost/tuple//boost_tuple
18
- <library>/boost/type_traits//boost_type_traits
19
- <library>/boost/utility//boost_utility
20
22
<include>include
21
23
;
22
24
23
25
explicit
24
- [ alias boost_lambda ]
26
+ [ alias boost_lambda : : : : <library>$(boost_dependencies) ]
25
27
[ alias all : boost_lambda test ]
26
28
;
27
29
28
30
call-if : boost-library lambda
29
31
;
32
+
You can’t perform that action at this time.
0 commit comments