vcpkg.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
  3. "name": "yuzu",
  4. "builtin-baseline": "9b22b40c6c61bf0da2d46346dd44a11e90972cc9",
  5. "version": "1.0",
  6. "dependencies": [
  7. "boost-algorithm",
  8. "boost-asio",
  9. "boost-bind",
  10. "boost-config",
  11. "boost-container",
  12. "boost-context",
  13. "boost-crc",
  14. "boost-functional",
  15. "boost-icl",
  16. "boost-intrusive",
  17. "boost-mpl",
  18. "boost-process",
  19. "boost-range",
  20. "boost-spirit",
  21. "boost-test",
  22. "boost-timer",
  23. "boost-variant",
  24. "fmt",
  25. "lz4",
  26. "nlohmann-json",
  27. "zlib",
  28. "zstd"
  29. ],
  30. "features": {
  31. "yuzu-tests": {
  32. "description": "Compile tests",
  33. "dependencies": [ "catch2" ]
  34. }
  35. },
  36. "overrides": [
  37. {
  38. "name": "catch2",
  39. "version": "2.13.9"
  40. },
  41. {
  42. "name": "fmt",
  43. "version": "9.0.0"
  44. }
  45. ]
  46. }