We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents daabde8 + e572e47 commit 98bb6f3Copy full SHA for 98bb6f3
build.jam
@@ -0,0 +1,19 @@
1
+# Copyright René Ferdinand Rivera Morell 2023-2024
2
+# Distributed under the Boost Software License, Version 1.0.
3
+# (See accompanying file LICENSE_1_0.txt or copy at
4
+# http://www.boost.org/LICENSE_1_0.txt)
5
+
6
+require-b2 5.2 ;
7
8
+project /boost/qvm
9
+ ;
10
11
+explicit
12
+ [ alias boost_qvm : : :
13
+ : <include>include <library>$(boost_dependencies) ]
14
+ [ alias all : boost_qvm test ]
15
16
17
+call-if : boost-library qvm
18
19
test/Jamfile.v2
@@ -5,7 +5,9 @@
project
: requirements
- <include>../include
+ <library>/boost/core//boost_core
+ <library>/boost/exception//boost_exception
+ <library>/boost/test//included
;
variant debug_qvm_hpp : debug : <define>BOOST_QVM_TEST_SINGLE_HEADER="\\\"qvm.hpp\\\"" ;
0 commit comments