ENCCS Workshop – CMake
OnlineCMake is a language-agnostic, cross-platform build tool and is nowadays the de facto standard, with large projects using it to reliably build, test, and deploy their codebases. You will learn how to: ● Write a CMake build system for C, C++, and Fortran projects producing libraries and/or executables. ● Run tests for your code with CTest. ● […]