mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:19:01 +08:00
d25dff35e1
* [asmtk] fix static downstream usage * v db
20 lines
368 B
JSON
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
|
|
}
|
|
]
|
|
}
|