File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -18,21 +18,22 @@ project network_test :
18
18
<toolset>msvc:<define>WIN32_LEAN_AND_MEAN
19
19
<link>static
20
20
<c++-template-depth>256
21
+ <variant>debug:<define>BOOST_NETWORK_DEBUG
21
22
;
22
23
23
- exe http_client : http_client.cpp ;
24
+ exe http_client : http_client.cpp /cpp-netlib//cppnetlib-uri-parsers ;
24
25
25
26
# exe dispatch_table : dispatch_table.cpp ;
26
27
27
- exe uri : uri.cpp ;
28
+ exe uri : uri.cpp /cpp-netlib//cppnetlib-uri-parsers ;
28
29
29
- exe simple_wget : simple_wget.cpp ;
30
+ exe simple_wget : simple_wget.cpp /cpp-netlib//cppnetlib-uri-parsers ;
30
31
31
- exe hello_world_server : http/hello_world_server.cpp ;
32
+ exe hello_world_server : http/hello_world_server.cpp /cpp-netlib//cppnetlib-server-parsers ;
32
33
33
- exe hello_world_client : http/hello_world_client.cpp ;
34
+ exe hello_world_client : http/hello_world_client.cpp /cpp-netlib//cppnetlib-uri-parsers ;
34
35
35
- exe one_liner : http/one_liner.cpp ;
36
+ exe one_liner : http/one_liner.cpp /cpp-netlib//cppnetlib-uri-parsers ;
36
37
37
- exe fileserver : http/fileserver.cpp ;
38
+ exe fileserver : http/fileserver.cpp /cpp-netlib//cppnetlib-server-parsers ;
38
39
You can’t perform that action at this time.
0 commit comments