aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/manif/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/manif/vcpkg.json')
-rw-r--r--vcpkg/ports/manif/vcpkg.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/manif/vcpkg.json b/vcpkg/ports/manif/vcpkg.json
new file mode 100644
index 0000000..9d68287
--- /dev/null
+++ b/vcpkg/ports/manif/vcpkg.json
@@ -0,0 +1,20 @@
+{
+ "name": "manif",
+ "version": "0.0.5",
+ "description": "A small C++11 header-only library for Lie theory.",
+ "homepage": "https://github.com/artivis/manif",
+ "documentation": "https://artivis.github.io/manif/",
+ "license": "MIT",
+ "dependencies": [
+ "eigen3",
+ "tl-optional",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}