aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/robotraconteur-companion/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/robotraconteur-companion/vcpkg.json')
-rw-r--r--vcpkg/ports/robotraconteur-companion/vcpkg.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/vcpkg/ports/robotraconteur-companion/vcpkg.json b/vcpkg/ports/robotraconteur-companion/vcpkg.json
new file mode 100644
index 0000000..caaa860
--- /dev/null
+++ b/vcpkg/ports/robotraconteur-companion/vcpkg.json
@@ -0,0 +1,21 @@
+{
+ "name": "robotraconteur-companion",
+ "version-semver": "0.4.2",
+ "homepage": "https://github.com/robotraconteur/robotraconteur_companion",
+ "license": "Apache-2.0",
+ "supports": "(windows & (x86 | x64)) | (linux & (x86 | x64 | arm64 | arm32)) | (osx & (x64 | arm64))",
+ "dependencies": [
+ "eigen3",
+ "opencv",
+ "robotraconteur",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ },
+ "yaml-cpp"
+ ]
+}