vcpkg-configuration.json 402 B

1234567891011121314151617181920
  1. {
  2. "default-registry": {
  3. "kind": "git",
  4. "repository": "https://github.com/Microsoft/vcpkg",
  5. "baseline": "7f2db7475e745fe2b079173c35bc1ca384a43d59"
  6. },
  7. "registries": [
  8. {
  9. "kind": "filesystem",
  10. "path": "vcpkg-custom/registry",
  11. "baseline": "2023-08-23",
  12. "packages": [
  13. "libcxx"
  14. ]
  15. }
  16. ],
  17. "overlay-triplets": [
  18. "vcpkg-custom/triplets"
  19. ]
  20. }