aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/quickfix/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/quickfix/vcpkg.json')
-rw-r--r--vcpkg/ports/quickfix/vcpkg.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/quickfix/vcpkg.json b/vcpkg/ports/quickfix/vcpkg.json
new file mode 100644
index 0000000..5ee3acb
--- /dev/null
+++ b/vcpkg/ports/quickfix/vcpkg.json
@@ -0,0 +1,19 @@
+{
+ "name": "quickfix",
+ "version": "1.15.1",
+ "port-version": 9,
+ "description": "QuickFIX is a free and open source implementation of the FIX protocol.",
+ "homepage": "https://github.com/quickfix/quickfix",
+ "supports": "!uwp & !(osx & arm64)",
+ "dependencies": [
+ "openssl",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}