Skip to content

Commit 6226c2e

Browse files
grafikrobotjeking3
authored andcommitted
Update build deps.
1 parent ac33d28 commit 6226c2e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

example/Jamfile.v2

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
import testing ;
99

10+
project : requirements <library>/boost/tokenizer//boost_tokenizer ;
11+
1012
test-suite "tokenizer-examples"
1113
: [ run char_sep_example_1.cpp ]
1214
[ run char_sep_example_2.cpp ]

test/Jamfile.v2

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
import testing ;
66

7+
project : requirements <library>/boost/tokenizer//boost_tokenizer ;
8+
79
run examples.cpp : : : <library>/boost/array//boost_array ;
810
run simple_example_1.cpp ;
911
run simple_example_2.cpp ;

0 commit comments

Comments
 (0)