CMake - major features
# Automatic dependency analysis built-in for C, C++, Fortran and Java
# Support of SWIG, Qt, via the CMake scripting language
# Build files are generated for Eclipse CDT using CMake.
# Support for parallel builds
# Detection of file content changes using traditional timestamps
# Cross-compilation
# Built-in support for many versions of Microsoft Visual Studio including versions
6, 7, 7.1, 8.0, and 9.0,
# Configuration files are CMake scripts, which use a programming language
specialized to software builds
|