We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b64ec9d commit cd44c91Copy full SHA for cd44c91
build.jam
@@ -6,15 +6,13 @@
6
require-b2 5.2 ;
7
8
project /boost/preprocessor
9
- : common-requirements
10
- <include>include
11
;
12
13
explicit
14
- [ alias boost_preprocessor : : : : <library>$(boost_dependencies) ]
+ [ alias boost_preprocessor : : :
+ : <include>include <library>$(boost_dependencies) ]
15
[ alias all : boost_preprocessor test ]
16
17
18
call-if : boost-library preprocessor
19
20
-
0 commit comments