We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 082ae1e commit 1ecfef4Copy full SHA for 1ecfef4
build.jam
@@ -5,19 +5,22 @@
5
6
require-b2 5.2 ;
7
8
+constant boost_dependencies :
9
+ /boost/config//boost_config
10
+ /boost/preprocessor//boost_preprocessor
11
+ /boost/static_assert//boost_static_assert
12
+ /boost/type_traits//boost_type_traits ;
13
+
14
project /boost/concept_check
15
: common-requirements
- <library>/boost/config//boost_config
- <library>/boost/preprocessor//boost_preprocessor
- <library>/boost/static_assert//boost_static_assert
- <library>/boost/type_traits//boost_type_traits
16
<include>include
17
;
18
19
explicit
- [ alias boost_concept_check ]
20
+ [ alias boost_concept_check : : : : <library>$(boost_dependencies) ]
21
[ alias all : boost_concept_check test ]
22
23
24
call-if : boost-library concept_check
25
26
0 commit comments