*修改vendor/CMakeLists.txt关于nghttp2设置,解决在线编译出错问题
This commit is contained in:
@@ -7,6 +7,7 @@ target_link_libraries(http2 common)
|
||||
target_link_libraries(http2 nghttp2-static)
|
||||
target_link_libraries(http2 libevent-static)
|
||||
target_link_libraries(http2 z)
|
||||
|
||||
target_link_libraries(http2 brotlienc-static brotlidec-static)
|
||||
|
||||
### UNITTEST CASE
|
||||
|
||||
Reference in New Issue
Block a user