vcpkg/ports/asmjit/vcpkg.json

18 lines
350 B
JSON

{
"name": "asmjit",
"version-date": "2021-10-26",
"description": "Complete x86/x64 JIT and Remote Assembler for C++",
"homepage": "https://github.com/asmjit/asmjit",
"supports": "!arm",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}