vcpkg/ports/asmtk/vcpkg.json

19 lines
347 B
JSON
Raw Normal View History

{
"name": "asmtk",
"version-date": "2022-11-06",
"description": "Assembler toolkit based on AsmJit ",
"homepage": "https://github.com/asmjit/asmtk",
"supports": "!arm",
"dependencies": [
"asmjit",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}