aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ncnn/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/ncnn/vcpkg.json')
-rw-r--r--vcpkg/ports/ncnn/vcpkg.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/vcpkg/ports/ncnn/vcpkg.json b/vcpkg/ports/ncnn/vcpkg.json
new file mode 100644
index 0000000..bd8fdef
--- /dev/null
+++ b/vcpkg/ports/ncnn/vcpkg.json
@@ -0,0 +1,27 @@
+{
+ "name": "ncnn",
+ "version": "20250916",
+ "description": "ncnn is a high-performance neural network inference computing framework.",
+ "homepage": "https://github.com/Tencent/ncnn",
+ "license": "BSD-3-Clause",
+ "supports": "!(windows & arm)",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ],
+ "features": {
+ "vulkan": {
+ "description": "Enable Vulkan support",
+ "dependencies": [
+ "glslang",
+ "vulkan"
+ ]
+ }
+ }
+}