mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 02:28:59 +08:00
24 lines
452 B
JSON
24 lines
452 B
JSON
|
{
|
||
|
"name": "theia",
|
||
|
"version-string": "0.8",
|
||
|
"port-version": 4,
|
||
|
"description": "An open source library for multiview geometry and structure from motion",
|
||
|
"homepage": "https://github.com/sweeneychris/TheiaSfM",
|
||
|
"dependencies": [
|
||
|
"cereal",
|
||
|
{
|
||
|
"name": "ceres",
|
||
|
"features": [
|
||
|
"suitesparse"
|
||
|
]
|
||
|
},
|
||
|
"flann",
|
||
|
{
|
||
|
"name": "freeglut",
|
||
|
"platform": "!osx"
|
||
|
},
|
||
|
"glew",
|
||
|
"openimageio"
|
||
|
]
|
||
|
}
|