We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94fc561 commit dcb748aCopy full SHA for dcb748a
example/Jamfile.v2
@@ -8,6 +8,8 @@
8
9
# For more information, see http://www.boost.org
10
11
+project : requirements <library>/boost/signals2//boost_signals2 ;
12
+
13
exe hello_world_slot : hello_world_slot.cpp ;
14
15
exe hello_world_multi_slot : hello_world_multi_slot.cpp ;
test/Jamfile.v2
@@ -14,6 +14,7 @@ import testing ;
project
16
: requirements
17
+ <library>/boost/signals2//boost_signals2
18
<library>/boost/test//included
19
<hardcode-dll-paths>true
20
# <library>/boost/test//boost_unit_test_framework
0 commit comments