redox/recipes/wip/libs/liblager/recipe.toml
2024-02-22 03:31:34 +00:00

10 lines
205 B
TOML

#TODO missing script for CMake, see https://github.com/arximboldi/lager#usage
[source]
git = "https://github.com/arximboldi/lager"
[build]
template = "custom"
dependencies = [
"libzug",
"boost",
]