aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/asmjit/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/asmjit/vcpkg.json')
-rw-r--r--vcpkg/ports/asmjit/vcpkg.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/asmjit/vcpkg.json b/vcpkg/ports/asmjit/vcpkg.json
new file mode 100644
index 0000000..a975123
--- /dev/null
+++ b/vcpkg/ports/asmjit/vcpkg.json
@@ -0,0 +1,18 @@
+{
+ "name": "asmjit",
+ "version-date": "2025-01-22",
+ "description": "AsmJit is a lightweight library for machine code generation written in C++ language",
+ "homepage": "https://asmjit.com/",
+ "documentation": "https://asmjit.com/doc/",
+ "license": "Zlib",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}