- Posted on
- Featured Image
Mastering CMake on Linux: Installation and Basics for Building Projects CMake is an open-source, cross-platform family of tools designed to build, test, and package software. It controls the software compilation process using simple platform and compiler-independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice.