File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 1
- # Copyright René Ferdinand Rivera Morell 2023-2024
1
+ # Copyright 2023-2024 René Ferdinand Rivera Morell
2
+ # Copyright 2024 Peter Dimov
2
3
# 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)
4
+ # https://www.boost.org/LICENSE_1_0.txt
5
5
6
6
require-b2 5.2 ;
7
7
8
- project /boost/lambda2
9
- : common-requirements
10
- <include>include
11
- ;
8
+ project /boost/lambda2 ;
12
9
13
10
explicit
14
- [ alias boost_lambda2 : : : : <library>$(boost_dependencies) ]
11
+ [ alias boost_lambda2 : : : : <include>include < library>$(boost_dependencies) ]
15
12
[ alias all : boost_lambda2 test ]
16
13
;
17
14
18
15
call-if : boost-library lambda2
19
16
;
20
-
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import testing ;
8
8
import config : requires ;
9
9
10
10
project : requirements
11
+ <library>/boost/lambda2//boost_lambda2
11
12
<library>/boost/config//boost_config
12
13
<library>/boost/core//boost_core
13
14
@@ -18,7 +19,7 @@ project : requirements
18
19
<toolset>msvc:<warnings-as-errors>on
19
20
<toolset>clang:<warnings-as-errors>on
20
21
<toolset>gcc:<warnings-as-errors>on
21
- ;
22
+ ;
22
23
23
24
run quick.cpp ;
24
25
run lambda2_test.cpp ;
You can’t perform that action at this time.
0 commit comments