mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 04:38:59 +08:00
229c0c7ef4
* update asmjit, fbgemm, polyhook2, start asmtk * fix error LNK2019 and update version * update version * version * NEW SHA * revert fbgemm * format * v db * new function * v db * update fbgemm version to 0.4.1 to fix asmjit * v db --------- Co-authored-by: FrankXie <v-frankxie@microsoft.com>
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
|
|
}
|
|
]
|
|
}
|