Adding packaging option to attachemnt

This commit is contained in:
Ned Wright
2023-06-27 14:49:26 +00:00
parent aa138e034c
commit 7d19b899e9
19 changed files with 2260 additions and 2 deletions

View File

@@ -46,3 +46,4 @@ target_include_directories(ngx_module PRIVATE ${NGX_INCLUDES})
target_compile_options(ngx_module PRIVATE ${CC_FLAG_LIST})
install(TARGETS ngx_module DESTINATION lib)
install(TARGETS ngx_module DESTINATION nginx_attachment/lib)