mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:38:59 +08:00
39 lines
720 B
JSON
39 lines
720 B
JSON
{
|
|
"name": "theia",
|
|
"version": "0.8",
|
|
"port-version": 11,
|
|
"description": "An open source library for multiview geometry and structure from motion",
|
|
"homepage": "https://github.com/sweeneychris/TheiaSfM",
|
|
"license": "BSD-3-Clause",
|
|
"supports": "!uwp & !arm & !(windows & x86)",
|
|
"dependencies": [
|
|
"cereal",
|
|
{
|
|
"name": "ceres",
|
|
"features": [
|
|
"suitesparse"
|
|
]
|
|
},
|
|
"flann",
|
|
{
|
|
"name": "freeglut",
|
|
"platform": "!osx"
|
|
},
|
|
"glew",
|
|
{
|
|
"name": "openimageio",
|
|
"features": [
|
|
"viewer"
|
|
]
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|