home
Notes
Projects
Speaking
dark_mode
light_mode
Cmake
There's a total of 1 notes tagged with "Cmake".
Thu, Mar 31, 2016
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.