0
0
mirror of https://github.com/microsoft/vcpkg.git synced 2025-01-17 13:48:12 +08:00
Alexander Neumann d25dff35e1
[asmtk] Fix downstream usage ()
* [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
}
]
}