mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-01 09:08:42 +08:00
17 lines
390 B
TOML
17 lines
390 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://docs.openspaceproject.com/en/latest/dev/compiling/index.html#
|
|
[source]
|
|
git = "https://github.com/OpenSpace/OpenSpace"
|
|
branch = "releases/v0.21.4"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "cmake"
|
|
cmakeflags = [
|
|
"-DOPENSPACE_RELEASE_BUILD=ON",
|
|
"-DOPENSPACE_HAVE_TESTS=OFF",
|
|
]
|
|
dependencies = [
|
|
"qt6-base",
|
|
"libgdal",
|
|
]
|