Skip to content

Commit c21e49b

Browse files
grafikrobotjeking3
authored andcommitted
Update build deps.
1 parent 5a4f78a commit c21e49b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

example/Jamfile.v2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
import testing ;
99

10+
project : requirements <library>/boost/property_map//boost_property_map ;
11+
1012
test-suite "property_map-examples"
1113
: [ run compose_property_map_example.cpp ]
1214
[ run example1.cpp ]

test/Jamfile.v2

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
#
55
# Author: Douglas Gregor
66
#
7-
# Use, modification and distribution is subject to the Boost Software License,
8-
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
9-
# http://www.boost.org/LICENSE_1_0.txt)
7+
# Use, modification and distribution is subject to the Boost Software License,
8+
# Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
9+
# http://www.boost.org/LICENSE_1_0.txt)
1010

1111
# For more information, see http://www.boost.org/
1212

@@ -15,6 +15,7 @@ import os ;
1515
project
1616
: requirements
1717
<target-os>cygwin:<define>_POSIX_C_SOURCE=201112L
18+
<library>/boost/property_map//boost_property_map
1819
;
1920

2021
test-suite property_map

0 commit comments

Comments
 (0)