We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 647e03e commit 6081cecCopy full SHA for 6081cec
examples/Jamfile.v2
@@ -3,6 +3,8 @@
3
# Distributed under the Boost Software License, Version 1.0.
4
# See http://www.boost.org/LICENSE_1_0.txt
5
6
+project : requirements <library>/boost/property_tree//boost_property_tree ;
7
+
8
exe custom_data_type : custom_data_type.cpp ;
9
exe debug_settings : debug_settings.cpp
10
/boost/foreach//boost_foreach ;
test/Jamfile.v2
@@ -14,6 +14,8 @@ import testing ;
14
project
15
: requirements
16
17
+ <library>/boost/property_tree//boost_property_tree
18
19
<link>static
20
<toolset>msvc:<define>_SCL_SECURE_NO_WARNINGS=1
21
0 commit comments