5
5
# http://www.boost.org/LICENSE_1_0.txt)
6
6
#
7
7
8
+ require-b2 5.0.1 ;
9
+ import-search /boost/config/checks ;
10
+ import config : requires ;
8
11
import feature ;
9
- import ../../config/checks/config : requires ;
10
12
11
13
project
12
- : source-location .
13
14
: requirements
14
15
[ requires cxx11_rvalue_references ]
15
16
: default-build
@@ -76,7 +77,7 @@ lib boost_stacktrace_backtrace
76
77
<target-os>linux:<library>dl
77
78
<library>backtrace
78
79
<link>shared:<define>BOOST_STACKTRACE_DYN_LINK=1
79
- [ check-target-builds ../build// libbacktrace : : <build>no ]
80
+ [ check-target-builds libbacktrace : : <build>no ]
80
81
: # default build
81
82
: # usage-requirements
82
83
#<link>shared:<define>BOOST_STACKTRACE_DYN_LINK=1
@@ -89,7 +90,7 @@ lib boost_stacktrace_addr2line
89
90
<warnings>all
90
91
<target-os>linux:<library>dl
91
92
<link>shared:<define>BOOST_STACKTRACE_DYN_LINK=1
92
- [ check-target-builds ../build// addr2line : : <build>no ]
93
+ [ check-target-builds addr2line : : <build>no ]
93
94
: # default build
94
95
: # usage-requirements
95
96
#<link>shared:<define>BOOST_STACKTRACE_DYN_LINK=1
@@ -102,7 +103,7 @@ lib boost_stacktrace_basic
102
103
<warnings>all
103
104
<target-os>linux:<library>dl
104
105
<link>shared:<define>BOOST_STACKTRACE_DYN_LINK=1
105
- [ check-target-builds ../build// WinDbg : <build>no ]
106
+ [ check-target-builds WinDbg : <build>no ]
106
107
: # default build
107
108
: # usage-requirements
108
109
#<link>shared:<define>BOOST_STACKTRACE_DYN_LINK=1
@@ -115,7 +116,7 @@ lib boost_stacktrace_windbg
115
116
<warnings>all
116
117
<library>Dbgeng <library>ole32
117
118
<link>shared:<define>BOOST_STACKTRACE_DYN_LINK=1
118
- [ check-target-builds ../build// WinDbg : : <build>no ]
119
+ [ check-target-builds WinDbg : : <build>no ]
119
120
: # default build
120
121
: # usage-requirements
121
122
#<link>shared:<define>BOOST_STACKTRACE_DYN_LINK=1
@@ -128,7 +129,7 @@ lib boost_stacktrace_windbg_cached
128
129
<warnings>all
129
130
<library>Dbgeng <library>ole32
130
131
<link>shared:<define>BOOST_STACKTRACE_DYN_LINK=1
131
- [ check-target-builds ../build// WinDbgCached : : <build>no ]
132
+ [ check-target-builds WinDbgCached : : <build>no ]
132
133
: # default build
133
134
: # usage-requirements
134
135
#<link>shared:<define>BOOST_STACKTRACE_DYN_LINK=1
@@ -146,10 +147,8 @@ lib boost_stacktrace_from_exception
146
147
<boost.stacktrace.from_exception>off:<build>no
147
148
148
149
# Require usable libbacktrace on other platforms
149
- [ check-target-builds ../build// libbacktrace : : <build>no ]
150
+ [ check-target-builds libbacktrace : : <build>no ]
150
151
: # default build
151
152
: # usage-requirements
152
153
#<link>shared:<define>BOOST_STACKTRACE_DYN_LINK=1
153
154
;
154
-
155
- boost-install boost_stacktrace_noop boost_stacktrace_backtrace boost_stacktrace_addr2line boost_stacktrace_basic boost_stacktrace_windbg boost_stacktrace_windbg_cached boost_stacktrace_from_exception ;
0 commit comments