vcpkg/ports/asmtk/vcpkg.json
Alexander Neumann d25dff35e1
[asmtk] Fix downstream usage (#32451)
* [asmtk] fix static downstream usage

* v db
2023-07-10 17:15:28 -07:00

20 lines
368 B
JSON

{
"name": "asmtk",
"version-date": "2022-11-06",
"port-version": 1,
"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
}
]
}