cmakeCross-platform bouwautomatiseringssysteem dat recepten genereert voor native bouwsystemen. Meer informatie: https://cmake.org/cmake/help/latest/manual/cmake.1.html.
CMakeLists.txt van een projectmap:cmake {{pad/naar/projectmap}}
cmake --build {{pad/naar/bouwmap}}
/usr/local/ en verwijder debug-symbolen:cmake --install {{pad/naar/bouwmap}} --strip
Release met CMake-variabele:cmake {{pad/naar/projectmap}} -D CMAKE_BUILD_TYPE=Release
generator_naam als onderliggend bouwsysteem:cmake -G {{generator_naam}} {{pad/naar/projectmap}}
cmake --install {{pad/naar/bouwmap}} --strip --prefix {{pad/naar/map}}
cmake --build {{pad/naar/bouwmap}} {{[-t|--target]}} {{doelnaam}}
cmake {{[-h|--help]}}