early-access version 2853
This commit is contained in:
20
externals/vcpkg/ports/geogram/vcpkg.json
vendored
Executable file
20
externals/vcpkg/ports/geogram/vcpkg.json
vendored
Executable file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user