mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-01 17:18:46 +08:00
12 lines
304 B
TOML
12 lines
304 B
TOML
#TODO missing script for CMake, see https://github.com/srsran/srsRAN_Project#build-instructions
|
|
#TODO missing dependencies
|
|
[source]
|
|
git = "https://github.com/srsran/srsRAN_Project"
|
|
rev = "374200deefd8e1b96fab7328525fd593a808a641"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"fftw",
|
|
"mbedtls",
|
|
]
|