mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 07:14:18 +08:00
10 lines
232 B
TOML
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",
|
|
]
|