Files
ResInsight/vcpkg.json
T

26 lines
446 B
JSON
Raw Normal View History

2024-05-31 08:56:29 +02:00
{
2025-01-19 16:16:09 +01:00
"dependencies": [
"arrow",
"boost-filesystem",
"boost-spirit",
2025-01-22 08:34:46 +01:00
"boost-test",
2026-01-05 15:43:43 +01:00
"clipper2",
2025-01-19 16:16:09 +01:00
"eigen3",
{
"name": "grpc",
"platform": "!osx"
},
2025-01-19 16:16:09 +01:00
"type-lite",
"fast-float",
"spdlog",
"pugixml",
"nanoflann"
2025-01-19 16:16:09 +01:00
],
"overrides": [
{
"name": "fmt",
"version": "10.1.1"
}
]
2024-05-31 08:56:29 +02:00
}