Skip to content

Commit 6081cec

Browse files
committed
Update build deps.
1 parent 647e03e commit 6081cec

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

examples/Jamfile.v2

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# Distributed under the Boost Software License, Version 1.0.
44
# See http://www.boost.org/LICENSE_1_0.txt
55

6+
project : requirements <library>/boost/property_tree//boost_property_tree ;
7+
68
exe custom_data_type : custom_data_type.cpp ;
79
exe debug_settings : debug_settings.cpp
810
/boost/foreach//boost_foreach ;

test/Jamfile.v2

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ import testing ;
1414
project
1515
: requirements
1616

17+
<library>/boost/property_tree//boost_property_tree
18+
1719
<link>static
1820
<toolset>msvc:<define>_SCL_SECURE_NO_WARNINGS=1
1921

0 commit comments

Comments
 (0)