mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-05 19:18:43 +08:00
10 lines
249 B
TOML
10 lines
249 B
TOML
#TODO missing script for CMake, see https://github.com/obhq/obliteration#configure-build-system
|
|
#TODO probably missing dependencies
|
|
[source]
|
|
git = "https://github.com/obhq/obliteration"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"qt6-base",
|
|
]
|