Closed optimisme closed 5 years ago
Yes, as a matter of fact you can use Meson subproject feature and Wrap to manage your dependencies.
Here: http://docs.valum-framework.org/en/stable/installation/#subproject
Now, instead of cloning the repository, you can write a valum.wrap
file inside subprojects
with the following content:
[wrap-git]
directory=valum
url=https://github.com/valum-framework/valum.git
revision=v0.3.14
Hi,
Is there a way to include 'valum' as a local folder library in my app instead of installing everything?
Thanks