vcpkg.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
  3. "name": "yuzu",
  4. "builtin-baseline": "a42af01b72c28a8e1d7b48107b33e4f286a55ef6",
  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-heap",
  16. "boost-icl",
  17. "boost-intrusive",
  18. "boost-mpl",
  19. "boost-process",
  20. "boost-range",
  21. "boost-spirit",
  22. "boost-test",
  23. "boost-timer",
  24. "boost-variant",
  25. "fmt",
  26. "lz4",
  27. "nlohmann-json",
  28. "zlib",
  29. "zstd"
  30. ],
  31. "features": {
  32. "yuzu-tests": {
  33. "description": "Compile tests",
  34. "dependencies": [ "catch2" ]
  35. },
  36. "web-service": {
  37. "description": "Enable web services (telemetry, etc.)",
  38. "dependencies": [
  39. {
  40. "name": "openssl",
  41. "platform": "windows"
  42. }
  43. ]
  44. },
  45. "android": {
  46. "description": "Enable Android dependencies",
  47. "dependencies": [
  48. {
  49. "name": "oboe",
  50. "platform": "android"
  51. }
  52. ]
  53. }
  54. },
  55. "overrides": [
  56. {
  57. "name": "catch2",
  58. "version": "3.3.1"
  59. },
  60. {
  61. "name": "fmt",
  62. "version": "10.1.1"
  63. }
  64. ]
  65. }