diff options
Diffstat (limited to 'vcpkg/ports/asmtk/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/asmtk/vcpkg.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/asmtk/vcpkg.json b/vcpkg/ports/asmtk/vcpkg.json new file mode 100644 index 0000000..ab77146 --- /dev/null +++ b/vcpkg/ports/asmtk/vcpkg.json @@ -0,0 +1,19 @@ +{ + "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 + } + ] +} |