File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Copyright René Ferdinand Rivera Morell 2023-2024
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
+ require-b2 5.2 ;
7
+
8
+ project /boost/hof
9
+ : common-requirements
10
+ <include>include
11
+ ;
12
+
13
+ explicit
14
+ [ alias boost_hof : : : : <library>$(boost_dependencies) ]
15
+ [ alias all : boost_hof test ]
16
+ ;
17
+
18
+ call-if : boost-library hof
19
+ ;
20
+
Original file line number Diff line number Diff line change 4
4
# Distributed under the Boost Software License, Version 1.0. (See accompanying
5
5
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6
6
#==============================================================================
7
+
8
+ import-search /boost/config/checks ;
9
+
7
10
import testing ;
8
- import ../../config/checks/ config : requires ;
11
+ import config : requires ;
9
12
10
13
project hof
11
14
: requirements [ requires cxx11_variadic_templates cxx11_constexpr ]
12
- <include>../include/
13
15
;
14
16
15
17
rule test_all
You can’t perform that action at this time.
0 commit comments