cmake
Description
cmake is an extensible, open-source system that manages the build process in an operating system and compiler independent manner. Unlike many cross-platform systems, CMake is designed to be used in conjunction with the native build environment. Simple configuration files placed in each source directory (called CMakeLists.txt files) are used to generate standard build files (e.g., makefiles on Unix and projects/workspaces in Windows MSVC) which are used in the usual way. CMake can compile source code, create libraries, generate wrappers, and build executables in arbitrary combinations.
License
BSD like:
SPKG Maintainers
- Josh Kantor?
Upstream Contact
?
Dependencies
Changelog
- First provided as an experimental spkg by Josh Kantor?