aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/liblemon/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/liblemon/vcpkg.json')
-rw-r--r--vcpkg/ports/liblemon/vcpkg.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/liblemon/vcpkg.json b/vcpkg/ports/liblemon/vcpkg.json
new file mode 100644
index 0000000..02b40ba
--- /dev/null
+++ b/vcpkg/ports/liblemon/vcpkg.json
@@ -0,0 +1,18 @@
+{
+ "name": "liblemon",
+ "version-date": "2019-06-13",
+ "port-version": 10,
+ "description": "Library for Efficient Modeling and Optimization in Networks",
+ "homepage": "https://lemon.cs.elte.hu/trac/lemon",
+ "supports": "!uwp",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}