redox/recipes/wip/liblager/recipe.toml
2023-12-10 05:39:10 +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",
]