Introduction to Conan package manager
In the previous article of this series, I have listed several problems that we as developers have to deal with while using dependencies to external code in our projects. These…
In the previous article of this series, I have listed several problems that we as developers have to deal with while using dependencies to external code in our projects. These…
Dependencies are usually the most problematic part of the build system (next to the toolchain setup) in programming projects. In C++ this is especially hard because there is no one…