fix: building with nginx with HTTP/3 (#4)
This commit is contained in:
parent
470e4a2906
commit
f6f2525dd7
2 changed files with 34 additions and 0 deletions
|
|
@ -117,10 +117,13 @@ target_include_directories(ngx_otel_module PRIVATE
|
|||
${NGX_OTEL_NGINX_BUILD_DIR}
|
||||
${NGX_OTEL_NGINX_DIR}/src/core
|
||||
${NGX_OTEL_NGINX_DIR}/src/event
|
||||
${NGX_OTEL_NGINX_DIR}/src/event/modules
|
||||
${NGX_OTEL_NGINX_DIR}/src/event/quic
|
||||
${NGX_OTEL_NGINX_DIR}/src/os/unix
|
||||
${NGX_OTEL_NGINX_DIR}/src/http
|
||||
${NGX_OTEL_NGINX_DIR}/src/http/modules
|
||||
${NGX_OTEL_NGINX_DIR}/src/http/v2
|
||||
${NGX_OTEL_NGINX_DIR}/src/http/v3
|
||||
${PROTO_OUT_DIR})
|
||||
|
||||
target_link_libraries(ngx_otel_module
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue