vcpkg/ports/libudis86/vcpkg.json
LilyWangLL f5d8bf68b9
[libudis86] Fix build error (#22637)
* [libudis86] Fix build error

* update version

* update CMakeLists.txt

* update version

* update portfile.cmake

* update version

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2022-01-25 20:58:44 -08:00

14 lines
282 B
JSON

{
"name": "libudis86",
"version-string": "2018-01-28-56ff6c87",
"port-version": 2,
"description": "Disassembler Library for x86 and x86-64",
"homepage": "https://github.com/vmt/udis86",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}