mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 11:41:36 +08:00
75116b9cab
* Fix CMake configuration for 3rd party libraries Fix CMake configuration for Eigen3 and glog in TheiaConfig.cmake. Use OpenImageIO::OpenImageIO instead of ${OPENIMAGEIO_LIBRARIES} in CMakeLists.txt. * Create new port version pointing to latest port commit. * Revert "Create new port version pointing to latest port commit." This reverts commit d4d4bd7cc30e31a1852b4d62dcfebb25367761a1. * advance port version * create new version and update baseline * replace deprecated vcpkg functions * create new port version * Back out multiple update of port-version of theia. * Update version database. Co-authored-by: Daniel Buhrig <daniel.buhrig@ottobock.de> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
32 lines
581 B
JSON
32 lines
581 B
JSON
{
|
|
"name": "theia",
|
|
"version-string": "0.8",
|
|
"port-version": 5,
|
|
"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",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|