Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

31 lines
557 B
JSON

{
"name": "vcpkg-ci-lief",
"version-string": "ci",
"description": "Testing packages which provide lief",
"license": null,
"dependencies": [
{
"name": "lief",
"features": [
"c-api",
"enable-json",
"extra-warnings",
"logging",
"logging-debug",
"use-ccache",
"elf",
"pe",
"macho",
"oat",
"dex",
"vdex",
"art"
]
},
{
"name": "vcpkg-cmake",
"host": true
}
]
}