Meson and Conan

Ok, I had talked a lot about Conan in the past and how it integrates nicely with build systems like CMake. Conan has a really huge list of packages and is really simple to use but sadly, there are no straigh instructions about using Meson with Conan… Imagine that, your …

Meson and external wraps

Ok, last time I mentioned how to include wraps from the wrapdb into a meson build and it was all happy! But what if the dependency we need is not in the wrap database?

Well, as many other things in engineering, it depends, the most simplest case (what I am …

Meson and dependencies

I know Meson has been out for a while and somehow those days it didn’t fit into my workflow. Times had changed and now is a pretty awesome build system, supported by a wide range of projects (especially in Linux) and many IDEs and editors (for example, CLion and …