Cmake
There's a total of 1 articles.
CMake
CMake is a cross-platform build system generator of
Makefile
s, projects specify their build process with platform-independent CMake listfiles included in each directory of a source tree with the name CMakeLists.txt
. This article explains how to use CMake to build projects.