mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-05 02:58:42 +08:00
17 lines
316 B
TOML
17 lines
316 B
TOML
#TODO: libabsl
|
|
# Also see https://github.com/protocolbuffers/protobuf/blob/main/cmake/README.md
|
|
[source]
|
|
git = "https://github.com/protocolbuffers/protobuf"
|
|
rev = "v34.0"
|
|
shallow_clone = true
|
|
|
|
[build]
|
|
template = "cmake"
|
|
cmakeflags = [
|
|
"-Dprotobuf_BUILD_TESTS=OFF"
|
|
]
|
|
dependencies = [
|
|
"libabsl",
|
|
"zlib",
|
|
]
|