Complete walkthrough: Adding CMake to an existing library
In this article, we will explore how we can take two libraries we have developed before on this website (namely the linear algebra solver library and the mesh reader library) and add CMake scripts to them to fully automate the compilation and deployment stages from configuring the project to compilation, testing, documentation generation, installation, and …
Complete walkthrough: Adding CMake to an existing library Read More »