Skip to content

Commit dcb748a

Browse files
committed
Update build deps.
1 parent 94fc561 commit dcb748a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

example/Jamfile.v2

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

99
# For more information, see http://www.boost.org
1010

11+
project : requirements <library>/boost/signals2//boost_signals2 ;
12+
1113
exe hello_world_slot : hello_world_slot.cpp ;
1214

1315
exe hello_world_multi_slot : hello_world_multi_slot.cpp ;

test/Jamfile.v2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import testing ;
1414

1515
project
1616
: requirements
17+
<library>/boost/signals2//boost_signals2
1718
<library>/boost/test//included
1819
<hardcode-dll-paths>true
1920
# <library>/boost/test//boost_unit_test_framework

0 commit comments

Comments
 (0)