vcpkg/ports/liblemon/vcpkg.json
Weihang Ding d695b9fda1
[liblemon] Fix cmake config (#33130)
* [liblemon] Fix cmake config

* update version database

* update patch

* update version database
2023-08-14 17:28:50 -07:00

18 lines
364 B
JSON

{
"name": "liblemon",
"version-date": "2019-06-13",
"port-version": 7,
"description": "Library for Efficient Modeling and Optimization in Networks",
"homepage": "https://lemon.cs.elte.hu/trac/lemon",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}