We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 620a388 + c245a80 commit 55bf83cCopy full SHA for 55bf83c
1 file changed
build.jam
@@ -15,12 +15,12 @@ constant boost_dependencies
15
16
project /boost/openmethod ;
17
18
-alias boost_openmethod
19
- : usage-requirements
20
- <include>include
21
- <library>$(boost_dependencies)
+explicit
+ [ alias boost_openmethod : : : : <include>include <library>$(boost_dependencies) ]
+ [ alias all : boost_openmethod test ]
22
;
23
-alias all : boost_openmethod test ;
24
-explicit all ;
25
26
-call-if : boost-library openmethod ;
+call-if
+ : boost-library openmethod
+ : install boost_openmethod
+ ;
0 commit comments