File tree 1 file changed +7
-10
lines changed
1 file 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
8
constant boost_dependencies :
9
9
/boost/assert//boost_assert
10
10
/boost/config//boost_config
11
- /boost/core//boost_core
12
11
/boost/static_assert//boost_static_assert
13
- /boost/throw_exception//boost_throw_exception ;
14
-
15
- project /boost/array
16
- : common-requirements
17
- <include>include
12
+ /boost/throw_exception//boost_throw_exception
18
13
;
19
14
15
+ project /boost/array ;
16
+
20
17
explicit
21
- [ alias boost_array : : : : <library>$(boost_dependencies) ]
18
+ [ alias boost_array : : : : <include>include < library>$(boost_dependencies) ]
22
19
[ alias all : boost_array test ]
23
20
;
24
21
You can’t perform that action at this time.
0 commit comments