aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/g2o/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/g2o/vcpkg.json')
-rw-r--r--vcpkg/ports/g2o/vcpkg.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/vcpkg/ports/g2o/vcpkg.json b/vcpkg/ports/g2o/vcpkg.json
new file mode 100644
index 0000000..e0831cb
--- /dev/null
+++ b/vcpkg/ports/g2o/vcpkg.json
@@ -0,0 +1,32 @@
+{
+ "name": "g2o",
+ "version-date": "2024-12-14",
+ "port-version": 5,
+ "description": "g2o: A General Framework for Graph Optimization",
+ "homepage": "https://openslam.org/g2o.html",
+ "license": null,
+ "supports": "!uwp",
+ "dependencies": [
+ "ceres",
+ "eigen3",
+ "lapack",
+ "suitesparse-cholmod",
+ "suitesparse-cxsparse",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ],
+ "features": {
+ "spdlog": {
+ "description": "Use spdlog for logging",
+ "dependencies": [
+ "spdlog"
+ ]
+ }
+ }
+}