redox/recipes/wip/dev/ncnn/recipe.toml
2024-02-17 22:09:10 +00:00

11 lines
246 B
TOML

#TODO missing script for CMake, see https://github.com/Tencent/ncnn/wiki/how-to-build#build-for-linux
[source]
git = "https://github.com/Tencent/ncnn"
[build]
template = "custom"
dependencies = [
"protobuf",
"libvulkan",
"opencv4",
]