cmake

Cross-platform build system generator for C/C++ projects

brewmacoslinux
Try with needOr install directly
Source

About

Cross-platform make

Commands

cmakectestcpack

Examples

Generate build files from CMakeLists.txt in current directory$ cmake .
Configure build with custom install prefix and build type$ cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_BUILD_TYPE=Release .
Run tests for a CMake project$ ctest