mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:29:01 +08:00
3579b5cff0
* [libdisasm] Support uwp * version * Add dependency vcpkg-cmake * version * [breakpad] drop support with uwp * version * use _CRT_SECURE_NO_WARNINGS instead * version
14 lines
264 B
JSON
14 lines
264 B
JSON
{
|
|
"name": "libdisasm",
|
|
"version-string": "0.23",
|
|
"port-version": 9,
|
|
"description": "x86 Disassembler Library.",
|
|
"homepage": "https://sourceforge.net/projects/bastard",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|