yuzu/externals/vcpkg/ports/geogram/vcpkg.json

21 lines
432 B
JSON
Executable File

{
"name": "geogram",
"version": "1.7.6",
"port-version": 2,
"description": "Geogram is a programming library of geometric algorithms.",
"homepage": "https://gforge.inria.fr/projects/geogram/",
"supports": "!uwp",
"dependencies": [
"blas",
"lapack"
],
"features": {
"graphics": {
"description": "Build viewers and geogram_gfx library.",
"dependencies": [
"glfw3"
]
}
}
}