mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-09 21:18:41 +08:00
12 lines
286 B
TOML
12 lines
286 B
TOML
#TODO not compiled or tested
|
|
# build instructions: https://github.com/apitrace/apitrace/blob/master/docs/INSTALL.markdown#linux
|
|
[source]
|
|
git = "https://github.com/apitrace/apitrace"
|
|
rev = "14.0"
|
|
shallow_clone = true
|
|
[build]
|
|
template = "cmake"
|
|
cmakeflags = [
|
|
"-DBUILD_TESTING=OFF"
|
|
]
|