redox/recipes/wip/libs/other/libfmt/recipe.toml

13 lines
276 B
TOML

#TODO not compiled or tested
# build instructions: https://fmt.dev/latest/usage.html#building-the-library
[source]
git = "https://github.com/fmtlib/fmt"
rev = "12.1.0"
shallow_clone = true
[build]
template = "cmake"
cmakeflags = [
"-DFMT_DOC=OFF",
"-DFMT_TEST=OFF",
]