mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:39:08 +08:00
ee088e533a
* [unicorn] msbuild * v db * fix header install * v db * remove unwanted dll files * v db * fix install * v db
17 lines
413 B
JSON
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"
|
|
}
|
|
]
|
|
}
|