How to add external libraries into your CFD solver using CMake
After having reviewed how to compile your own library with CMake in the previous article, including what steps to take so that other people can consume your library in their project, we reverse the role in this article and look at how we can use someone else’s library in our project. In the process, we …
How to add external libraries into your CFD solver using CMake Read More »