mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-04 02:28:45 +08:00
12 lines
239 B
TOML
12 lines
239 B
TOML
#TODO not compiled or tested
|
|
[source]
|
|
git = "https://github.com/catchorg/Catch2"
|
|
rev = "v3.13.0"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "cmake"
|
|
cmakeflags = [
|
|
"-DCATCH_INSTALL_DOCS=OFF",
|
|
"-DCATCH_ENABLE_REPRODUCIBLE_BUILD=OFF",
|
|
]
|