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 9a52e17 commit 8626a22Copy full SHA for 8626a22
libs/network/build/Jamfile.v2
@@ -73,6 +73,8 @@ lib cppnetlib-constants : libs/network/src/constants.cpp ;
73
install headers : client server
74
: <location>../../../boost/network/include/http ;
75
76
-install libraries : cppnetlib-uri ;
+install libraries : cppnetlib-uri cppnetlib-message cppnetlib-message-directives cppnetlib-message-wrappers
77
+ cppnetlib-http-message cppnetlib-http-message-wrappers cppnetlib-http-server-parsers cppnetlib-http-server
78
+ cppnetlib-http-client-connections cppnetlib-http-client cppnetlib-utils-thread_pool cppnetlib-constants ;
79
80
alias all : headers ;
0 commit comments