mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 17:29:07 +08:00
2ecdb57d27
* [theia] fix wrong include * v db
33 lines
603 B
JSON
33 lines
603 B
JSON
{
|
|
"name": "theia",
|
|
"version": "0.8",
|
|
"port-version": 8,
|
|
"description": "An open source library for multiview geometry and structure from motion",
|
|
"homepage": "https://github.com/sweeneychris/TheiaSfM",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
"cereal",
|
|
{
|
|
"name": "ceres",
|
|
"features": [
|
|
"suitesparse"
|
|
]
|
|
},
|
|
"flann",
|
|
{
|
|
"name": "freeglut",
|
|
"platform": "!osx"
|
|
},
|
|
"glew",
|
|
"openimageio",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|