[M5+] add resolver::vcpkg_probe

This commit is contained in:
2026-05-10 10:23:57 +00:00
parent e5c173b466
commit 941d5b3284
8 changed files with 319 additions and 2 deletions

View File

@@ -194,8 +194,8 @@ auto verify_link(const Recipe& candidate,
| --- | --- | --- |
| 1. nixpkgs_probe + JSON parser | ✅ | `1c7ff39` |
| 2. nix_cmake_scan | ✅ | `e63ac69` |
| 3. conan_probe + parse_conanfile | ✅ | (this commit) |
| 4. vcpkg_probe + parse_vcpkg_usage | pending | — |
| 3. conan_probe + parse_conanfile | ✅ | `e5c173b` |
| 4. vcpkg_probe + parse_vcpkg_usage | ✅ | (this commit) |
| 5. verify_link (tmp project + cmd_build) | pending | — |
| 6. Database::discover + cmd_add wire-up + failure caching | pending | — |