vcpkg/ports/yomm2/vcpkg.json
Fabien Péan cacce66afe
[yomm2] Fix DLL install for x64-windows (#33970)
* [yomm2] fix install for `x64-windows`

* [yomm2] v db
2023-09-25 23:42:15 -07:00

22 lines
432 B
JSON

{
"name": "yomm2",
"version": "1.4.0",
"port-version": 1,
"description": "YOMM2 is an implementation of open multi-methods.",
"homepage": "https://github.com/jll63/yomm2",
"license": "BSL-1.0",
"dependencies": [
"boost-dynamic-bitset",
"boost-mp11",
"boost-preprocessor",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}