vcpkg/ports/unicorn/vcpkg.json
Alexander Neumann ee088e533a
[unicorn] msbuild (#33148)
* [unicorn] msbuild

* v db

* fix header install

* v db

* remove unwanted dll files

* v db

* fix install

* v db
2023-08-15 16:42:58 -07:00

17 lines
413 B
JSON

{
"name": "unicorn",
"version": "1.0.3",
"port-version": 1,
"description": "Unicorn is a lightweight multi-platform, multi-architecture CPU emulator framework",
"homepage": "https://github.com/unicorn-engine/unicorn",
"license": "GPL-2.0-only",
"supports": "windows & !uwp & !arm",
"dependencies": [
{
"name": "vcpkg-msbuild",
"host": true,
"platform": "windows"
}
]
}