redox/recipes/wip/libs/oidn/recipe.toml
2024-02-17 23:36:16 +00:00

10 lines
232 B
TOML

#TODO missing script for CMake, see https://github.com/OpenImageDenoise/oidn#compiling-on-linuxmacos
[source]
git = "https://github.com/OpenImageDenoise/oidn"
[build]
template = "custom"
dependencies = [
"ispc",
"onetbb",
]