CppCon 2018: “Compiling Multi-Million Line C++ Code Bases Effortlessly with the Meson Build System“

Jussi Pakkanen “Compiling Multi-Million Line C Code Bases Effortlessly with the Meson Build System“ — Presentation Slides, PDFs, Source Code and other presenter materials are available at: — The Meson build system is a fresh build system designed from the ground up to solve the build problems of today. It is currently seeing growing adoption across many domains and is already being used to build large chunks of most modern Linux distributions. One of
Back to Top