We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d85975d commit e508ed8Copy full SHA for e508ed8
build.jam
@@ -37,6 +37,14 @@ if [ project.is-jamroot-module $(__name__) ]
37
explicit
38
[ alias boost_predef ]
39
[ alias all : boost_predef test//all tools/check ]
40
+ [ install install-global-headers
41
+ : [ glob-tree-ex include : *.h ]
42
+ : <install-source-root>include <location>(includedir) ]
43
+ [ install install-data
44
+ : build.jam [ glob-tree-ex tools/check : * ] [ glob-tree-ex include : *.h ]
45
+ : <install-source-root>. <location>(datadir)/boost_predef ]
46
+ [ alias install :
47
+ install-global-headers install-data ]
48
;
49
50
call-if
0 commit comments