aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/fmi4cpp/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/fmi4cpp/vcpkg.json')
-rw-r--r--vcpkg/ports/fmi4cpp/vcpkg.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/vcpkg/ports/fmi4cpp/vcpkg.json b/vcpkg/ports/fmi4cpp/vcpkg.json
new file mode 100644
index 0000000..399c65f
--- /dev/null
+++ b/vcpkg/ports/fmi4cpp/vcpkg.json
@@ -0,0 +1,23 @@
+{
+ "name": "fmi4cpp",
+ "version": "0.8.0",
+ "description": "FMI 2.0 implementation written in modern C++",
+ "homepage": "https://github.com/NTNU-IHB/FMI4cpp",
+ "dependencies": [
+ "boost-property-tree",
+ {
+ "name": "libzip",
+ "features": [
+ "openssl"
+ ]
+ },
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}