CMake

https://cmake.org/

CMake is an open-source, cross-platform family of tools designed to build, test and package software.

Snippet from Wikipedia: CMake

In software development, CMake is cross-platform free and open-source software for build automation, testing, packaging and installation of software by using a compiler-independent method. CMake is not a build system itself; it generates another system's build files. It supports directory hierarchies and applications that depend on multiple libraries. It can invoke native build environments such as Make, Qt Creator, Ninja, Android Studio, Apple's Xcode, and Microsoft Visual Studio. It has minimal dependencies, requiring only a C++ compiler on its own build system.

CMake is distributed as free and open-source software under a permissive BSD-3-Clause license.

  • tools/cmake.txt
  • Last modified: 2022/08/10 06:09
  • by 127.0.0.1