添加 CI/CD 工作流和 CMake 配置以支持 IIS 模块构建

This commit is contained in:
A13501350
2025-09-19 01:23:08 +08:00
parent f3f00e348b
commit 336ef39908
3 changed files with 408 additions and 0 deletions

9
iis/vcpkg.json Normal file
View File

@@ -0,0 +1,9 @@
{
"dependencies": [
"curl",
"libxml2",
"lua",
"pcre2",
"yajl"
]
}