redox/recipes/wip/dev/other/protobuf/recipe.toml
2026-03-12 19:26:11 +07:00

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",
]