mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 21:01:48 +08:00
19 lines
347 B
JSON
19 lines
347 B
JSON
|
{
|
||
|
"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
|
||
|
}
|
||
|
]
|
||
|
}
|