feat: Update CMake configuration and vcpkg dependencies

- Enhanced httplib status messages to clarify header-only mode and AI feature requirements.
- Added zlib as a dependency in vcpkg.json to support future compression features.
This commit is contained in:
scawful
2025-10-04 20:34:54 -04:00
parent dc8ac9a9e4
commit b3fee1b62e
2 changed files with 8 additions and 3 deletions

View File

@@ -8,7 +8,8 @@
"platform": "!uwp",
"features": ["vulkan"]
},
"yaml-cpp"
"yaml-cpp",
"zlib"
],
"builtin-baseline": "4bee3f5aae7aefbc129ca81c33d6a062b02fcf3b",
"overrides": [],