Explore in this article how to leverage Make and Makefiles to automate the compilation of CFD solvers, including issues arising in cross-platform compilation.
Read articleLearn everything you need to know about CMake to develop, compile, and install CFD solvers.
Read articleLearn advanced features of CMake to add some magic to your build scripts, from basic programming to generator expressions, policies, and configuration files.
Read articleBecome a cross-platform library developer kingpin by learning how to compile, install, and use your own custom CFD libraries with CMake.
Read articleLearn 3 methods to add external libraries to your CFD solver: 1) manually, 2) letting CMake manage dependencies, and 3) using a package manager
Read articleLearn how to automate software testing with CMake and CTest, using gtest as the software testing framework. Say goodbye to software bugs in your CFD solvers!
Read articleLearn in this article how to automatically build and install your documentation with CMake, never worrying about dealing with pesky documentation yourself again
Read articleCreate graphical user interfaces for installing your CMake-based projects using CPack and QT's Installer Framework for easy-to-install executables and libraries
Read articleLearn in this article how to add CMake to an existing project to automate compilation, testing, documentation generation, installation, and packaging
Read articleLearn in this article how to create a Conan recipe to make our CFD libraries easily available to other users using the Conan package manager
Read article